[-Fx-] Stylish將google工具列與搜尋框改透明ꨠ…

看板Browsers (瀏覽器)作者 (總理)時間15年前 (2010/11/12 10:46), 編輯推噓0(005)
留言5則, 1人參與, 最新討論串1/1
問題是這樣的 我用了之前版友寫的腳本後很開心地將該透明的變透明了 可是在工具列的「更多」那個選單點開後卻會變成整個白的 http://i.imgur.com/RANVK.jpg
請問這要怎麼修改腳本才可以讓選單恢復 -----------------------------------以下腳本----------------------------------- @namespace url(http://www.w3.org/1999/xhtml); /* Google: bg img? see-thru nav bar! */ @-moz-document url("http://www.google.com/"),url("http://www.google.com.tw/"), url("http://www.google.co.jp/"),url-prefix("http://www.google.com/web") { /* never show the links I never use (but they're still there, in case) */ a[href*="ads"], a[href*="services"], a[href*="about"], a[href*="privacy"], /* and [oopsy] the copyright (yeah, #fctr would work for all of this :D) */ p[style="color: rgb(118, 118, 118); font-size: 8pt;"] { opacity: 0 !important; } /* just do it */ #cpBackgroundImg { opacity: 1 !important; } /* see-thru to bg img (no fade-in) */ #ghead, /* the header */ img[src*="classicplus"], a#cpNavLink[href^="javascript"] { opacity: 0.55 !important; } /* hide the links I might use till I hover them */ a[href*="advanced"], a[href*="language"] { opacity: 0 !important; } a[href*="advanced"]:hover, a[href*="language"]:hover { opacity: 0.7 !important; } input[name="q"]{opacity: 0.6 !important;} } -----------------------------------以上腳本----------------------------------- -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 122.116.13.191 ※ 編輯: Ayucyndi 來自: 122.116.13.191 (11/12 10:49)

11/14 00:56, , 1F
123
11/14 00:56, 1F

11/14 15:44, , 2F
456
11/14 15:44, 2F

11/14 18:42, , 3F
789
11/14 18:42, 3F

11/15 01:49, , 4F
ABC
11/15 01:49, 4F

04/27 11:52, , 5F
DEF
04/27 11:52, 5F
文章代碼(AID): #1CtAf_-K (Browsers)
文章代碼(AID): #1CtAf_-K (Browsers)