Chimera 文字化け対策
~/Library/Application Support/Chimera/Profiles/default/xxxxxxxx.slt/user.js
user_pref("intl.accept_languages", "ja, en");
user_pref("intl.charset.detector", "ja_parallel_state_machine");
user_pref("prefs.converted-to-utf8", true);
user_pref("intl.charset.default", "Shift_JIS");
Navigator.app/Contents/MacOS/defaults/pref/all-chimera.js を chimera.js にリネーム (all-chimera.js を残しておくとダメ)。
ついでに鬱陶しいバナーの消し方
~/Library/Application Support/Chimera/Profiles/default/xxxxxxxx.slt/chrome/userContent.css
img[width="468"][height="60"] { display : none !important; }
img[width="468"][height="61"] { display : none !important; }
img[width="480"][height="60"] { display : none !important; }
img[width="460"][height="60"] { display : none !important; }
img[width="450"][height="45"] { display : none !important; }
img[width="148"][height="800"] { display : none !important; }