愉快なブラウザ Opera 〜オペラ〜 その23

このエントリーをはてなブックマークに追加
143名無しさん@お腹いっぱい。
Googleキャッシュの文字化けはproxomitron使ってるならこれ入れれば直るよ。

[Patterns]
Name = "Google Cache Change Charset (2005-3-11) by majimaji"
Active = TRUE
URL = "*/search\?q=cache:"
Limit = 256
Match = "<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">$STOP()"
Replace = "<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">"
144名無しさん@お腹いっぱい。:05/03/11 01:30:35 ID:QsY+faUy
>>143
GJ
145143:05/03/11 03:17:30 ID:CsoGafzq
>>144
スマソ、shift_jis以外の場合もあるみたいなんでそれに対応しておきました。
これはキャッシュされたページの文字コードがそのまま入ってるらしい。

[Patterns]
Name = "Google Cache Change Charset (2005-3-11 ver2) by majimaji"
Active = TRUE
URL = "*/search\?q=cache:"
Limit = 256
Match = "<meta http-equiv="Content-Type" content="text/html; charset=(^UTF-8)[^"]+">(^(^\s<BASE))$STOP()"
Replace = "<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">"