直接隐藏Google Search Instant Preview


隐藏Google Search Instant PreviewGoogle Search Instant Preview看起来美好,但实际意义不大。搜索结果预览顶多只能是看看网页框架,具体的内容还是得点击进入实际网页。在Google搜索本身在国内不稳定的常态下,Google Search Instant Preview只能导致Google搜索更卡。可以使用广告过滤的方式来隐藏Google Search Instant Preview。


Firefox的userContent.css直接隐藏

以Google SSL搜索为例:
在profiles\chrome\userContent.css(UTF-8)添加

@-moz-document url-prefix(“https://encrypted.google.com”)
{DIV[class=”vspib”] {display: none !important;} }

其他Google搜索更改url-prefix后的网址即可。


Firefox的Adblock Plus广告过滤

ABP元素隐藏规则中加入:

google.com##.vspib

也可以在广告屏蔽规则中再加入:

||clients1.google.com/webpagethumbnail?*$domain=google.com

其他Google搜索更改对应域名即可。


Chrome和Opera的方法也是一样,推荐使用userContent.css,没有必要为了一个简单的功能使用额外的扩展或者脚本。

P.S.

Google官方默认已取消Google Search Instant Preview