到 C:\Documents and Settings\使用者名稱\Application Data\Mozilla\Firefox\Profiles\亂數產生.default\gm_scripts 下
找到 travian3beyond26btw09.user
找這行
function img(ref, lang_dependant){ return (!lang_dependant ? pack_grafico + "img/un/" + ref : pack_grafico + "img/" + idioma + '/' + ref); }
改成
function img(ref, lang_dependant){ return (!lang_dependant ? "img/un/" + ref : "img/" + idioma + '/' + ref); }