StylishでもuserContent.cssでのスタイルシートでも非表示には出来ますが、単純にインスタントプレビュー自体を封印したいと云う事なら、google検索時のみ「javascript」を無効化すれば確実にインスタントプレビューは表示されません。
ツール~コンテンツでjavascriptを無効やアドオンでの制御が簡単でしょう。
YesScriptならクリック一回で無効化出来るので一番簡単かも?
尚、スタイルシートでの広告非表示は当方以下を設定してます。
@namespace url(
http://www.w3.org/1999/xhtml);
@-moz-document domain(google.co.jp), domain("google.com"), domain(google.com.hk) {
#tads, #mbEnd{
display: none !important;
}
div#leftnav {
display:none !important;
}
div#center_col {
border-left: none !important;
margin: 0em 1em !important;
}
div > ol > li > div > em {
background: #ffd700 !important;
}
/* Change "Gooooooooooogle" in simple text for web results */
#nav > tbody > tr > td span { background: none !important; }
#nav { font-size: 120% !important; margin-top: -30px !important; font-weight:bolder !important; font-family: DS-Digital,fantasy !important; font-style: italic !important;}
#nav .cur { font-size: 140% !important; margin-top: -40px !important; font-weight:bolder !important; font-family: DS-Digital,fantasy !important; font-style: italic !important;}
#nav td { vertical-align: bottom !important; padding: 0.15em !important; font-weight:bolder !important; font-family: DS-Digital,fantasy !important; font-style: italic !important; }
#nav a { font-size: 140% !important; font-weight:bolder !important; font-family: DS-Digital,fantasy !important; }
/* Change "Gooooooooooogle" in simple text for picture results */
#navbar img { visibility: hidden !important; }
#navbar * { background-image: none !important;
vertical-align: bottom !important; padding: 0.10em !important; }
#center_col {margin-right:20px !important;} /* outer */
.s {max-width:90% !important;} /* inner */
div#cpf
{
display:none !important;
}
.fade
{
display:none !important;
}
div#xjsd
{
display:none !important;
}
div#xjsi
{
display:none !important;
}
a#logo[title="Google ホームへ"]
{
color: transparent !important;
}
#mbEnd, #tads, .qWFFaf, .RTLiE, .yxEQwb, #tpa1, #tpa2, #tpa3, td[class="std"][onmouseover="return true"], #pl0, a[class="pgtab"], .TKgXkb, .oM, .hj, .u7
{display: none !important; }
#prm > font{
display: none !important;
}
}