> Google検索の先読みでビョーンと出てくるやつ不要すぎる(;´Д`)
/* googleのプレビューを止める */
@-moz-document url-prefix("http://www.google.co.jp/search"),
url-prefix("http://www.google.com/search")
{
.vspib,#vspb{display:none !important;}
.vspi{visibility:hidden !important;}
#vsrs,#vspci{visibility:collapse !important;}
}
俺はこれをfirefoxのuserContent.cssに追加しているよ
ただし読み込みは止まってない気がする
参考:2011/01/10(月)01時38分57秒