google搜尋不要有那個放大鏡的功能 可以嗎 - Google
By Ida
at 2010-11-13T12:53
at 2010-11-13T12:53
Table of Contents
移除放大鏡功能的腳本
適用於支援 User Stylish 的瀏覽器
以 Firefox 的 Stylish 套件為例
新建一個腳本,名稱 Disable Google Instant Previews
複製貼上以下語法,儲存後即可生效
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.google.") {
/* Disable Google instant previews */
/* hidden magnifying glass icon */
.vspib {
visibility: hidden !important;
}
/* hidden preview window */
#vspb {
left: -250px !important;
width: 0px !important;
height: 0px !important;
}
}
原始來源是日本網友提供 (日本很多人對此項功能感到不滿)
http://d.hatena.ne.jp/renmen/20101112/1289575004
我把它修改成僅套用至 Google 網站 (原本是套用至所有網站)
感覺上還能修的更好一些,但功力有限,請多指教
--
適用於支援 User Stylish 的瀏覽器
以 Firefox 的 Stylish 套件為例
新建一個腳本,名稱 Disable Google Instant Previews
複製貼上以下語法,儲存後即可生效
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.google.") {
/* Disable Google instant previews */
/* hidden magnifying glass icon */
.vspib {
visibility: hidden !important;
}
/* hidden preview window */
#vspb {
left: -250px !important;
width: 0px !important;
height: 0px !important;
}
}
原始來源是日本網友提供 (日本很多人對此項功能感到不滿)
http://d.hatena.ne.jp/renmen/20101112/1289575004
我把它修改成僅套用至 Google 網站 (原本是套用至所有網站)
感覺上還能修的更好一些,但功力有限,請多指教
--
Tags:
Google
All Comments
By Connor
at 2010-11-14T01:26
at 2010-11-14T01:26
By Ophelia
at 2010-11-18T03:05
at 2010-11-18T03:05
By Necoo
at 2010-11-21T16:43
at 2010-11-21T16:43
By Zanna
at 2010-11-24T05:48
at 2010-11-24T05:48
By Jessica
at 2010-11-25T10:05
at 2010-11-25T10:05
Related Posts
有關gmail行事曆的SMS簡訊提醒功能?
By Delia
at 2010-11-13T06:13
at 2010-11-13T06:13
Google 變成臉書人才訓練所
By Carol
at 2010-11-13T03:13
at 2010-11-13T03:13
Google Chrome的一些習慣設定?
By Wallis
at 2010-11-13T01:43
at 2010-11-13T01:43
圖片搜尋沒辦法用無限捲動
By Necoo
at 2010-11-13T00:51
at 2010-11-13T00:51
今日Google Logo (Doodle)
By Catherine
at 2010-11-13T00:24
at 2010-11-13T00:24