Google 2カラム化

この記事はFirefox2当時の情報となっています。Firefox4の方はこちらの記事を参照してください。


2chでいい情報を発見
Googleを2カラム化してしまうcssの設定
ただしFirefox限定です
どんなものかというとGoogleの検索結果を2行に表示するというもの↓みたいな感じ


以下のcssを C:\Documents and Settings\ユーザ名\Application Data\Mozilla\Firefox\Profiles\英数字乱数.default\chrome\userContent.css
にコピペする。
userContent.cssはデフォルトだとuserContent-sample.cssみたいな名前になってるから、userContent.cssに変更してね

29 名前:名無しさん@お腹いっぱい。 [sage] 投稿日:2007/11/08(木) 17:18:04 id: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:34em; -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を増やすと解決するかも.

firefox userChrome.js greasemonkeyスクリプトスレ 3
http://pc11.2ch.net/test/read.cgi/software/1194363551/

より