firefox userChrome.js greasemonkeyスクリプトスレ 3
at SOFTWARE
29:名無しさん@お腹いっぱい。
07/11/08 17:18:04 nrjk5Pg50
>>26
googleをマルチカラム化させるだけならuserContent.cssでも出来るよ.
@-moz-document domain("www.google.co.jp"),domain("www.google.com"){
#mbEnd{display:none;}
#res > div,#res > blockquote{ -moz-column-width:20em; -moz-column-gap:2em; }
#res > blockquote{ margin:0; }
#res > p.e + div,#navbar{ -moz-column-count:1; }
#res > p.e + div > table{ width:100%; }
div.g{ margin-left:0 !important; display:table; }
div.g nobr{ white-space:normal; }
#res > div > p{ font-size:80%; }
}
レイアウトが崩れるようだったら-moz-column-widthを増やすと解決するかも.
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5125日前に更新/327 KB
担当:undef