googleの検索結果をgreasemonkeyだけを使って読みづらくする
役に立たないエントリー。
http://d.hatena.ne.jp/k2jp/20081222/1229877367
// ==UserScript== // @name google_style // @namespace http://d.hatena.ne.jp/Cherenkov/ // @include http://www.google.* // ==/UserScript== var ad = document.getElementById('mbEnd'); if(ad)ad.style.display = 'none'; GM_addStyle('.s{max-width:100%}');