| 上一篇主題 :: 下一篇主題 |
| 發表人 |
內容 |
paul DS - 技 術 社 群


註冊時間: 2002-08-15 文章: 33440 來自: 台北‧宜蘭
|
31 發表於: 星期四 十二月 25, 2008 12:34 pm 文章主題: |
 |
|
Stylish 是 Mozilla Firefox 上,可以為任何網頁自訂 CSS 樣式的擴充套件。
本頁面目前單純只是用來簡單介紹 Stylish ,以及收集相關的網頁資料的而已。
另外, Stylish 的設定,放在你的個人設定檔資料夾底下的 stylish.rdf 檔案中。
推薦這一套! ^^~
Setup:
https://addons.mozilla.org/zh-TW/firefox/addon/2108
教學:
「Stylish佈景主題」 (Firefox外掛)
Stylish:看著不爽?隨手換掉網站的閱讀版面與視覺效果
假如不想要每次 Google 都看到廣告的話,可以用這個樣式
Google: no ads and compact
http://userstyles.org/styles/1082
| 代碼: |
/*
* Basically from http://userstyles.org/style/show/728
* and http://userstyles.org/style/show/640
*/
/* FOR ALL GOOGLE PROPERTIES */
@-moz-document url-prefix(http://www.google),
domain(google.com),
domain(google.com.tw),
domain("google.co.uk"),
domain("google.com.au"),
domain("google.ca"),
domain("google.de"),
domain("google.fr"),
domain("google.it"),
domain("google.es"),
domain("google.ie"),
domain("google.co.in"),
domain("google.ru"),
domain("google.co.th"),
domain("google.co.nz"),
domain("google.co.il"),
domain("google.co.jp") {
* {
font-family: Tahoma, Verdana, sans-serif !important;
/* font-size: 12px;*/
}
a:link {
color: #33c !important;
text-decoration: none !important;
}
a:visited {
color: #906 !important;
}
a:hover {
background: #ff6 !important;
}
a:active {
color: #008000 !important;
text-decoration: underline !important;
}
input[type="submit"], input[type="button"] {
cursor: pointer !important;
}
#flashobjectplaceholder {
width: 93% !important;
}
#playrightblock {
width: 250px !important;
}
}
/* FOR GOOGLE SEARCH ONLY */
@-moz-document url-prefix(http://www.google.com/search),
url-prefix(http://www.google.com.tw/search),
url-prefix(http://www.google.co.uk/search),
url-prefix(http://www.google.com.au/search),
url-prefix(http://www.google.ca/search),
url-prefix(http://www.google.de/search),
url-prefix(http://www.google.fr/search),
url-prefix(http://www.google.it/search),
url-prefix(http://www.google.es/search),
url-prefix(http://www.google.ie/search),
url-prefix(http://www.google.co.in/search),
url-prefix(http://www.google.ru/search),
url-prefix(http://www.google.co.th/search),
url-prefix(http://www.google.co.nz/search),
url-prefix(http://www.google.co.il/search),
url-prefix(http://www.google.co.jp/search) {
body {
margin: 0 !important;
padding: 0 1em !important;
}
input {
padding: .2em .4em !important;
}
input:not([type="submit"]), select {
background: #ffc !important;
border: 1px solid #9999FF !important;
color: #330000 !important;
}
input:not([type="submit"]):hover, select:hover {
/*border: 1px solid #CC0000 !important;*/
}
.g {
border: solid 1px #3366CC !important;
-moz-border-radius: 10px !important;
padding: 10px !important;
background-color: #E8ECF9 !important;
margin: 1em 0 !important;
}
/* For Google preview extension compatibility */
.g {
overflow: auto ! important;
}
/* This is for those who have installed the GooglePreview extension. */
/*div[style*="clear: left;"] {
min-height: 85px !important;
}*/
.g[style="margin-left: 2.5em;"] {
margin-left: 2.5em !important;
}
.g:hover {
border: solid 2px red !important;
padding: 9px !important;
background-color: #FFF4C2 !important;
}
td, img, div {
margin: 0 !important;
padding: 0 !important;
}
/* Ad blocking part */
div[id^="tpa"] {
display: none !important;
}
table#mbEnd {
display: none ! important;
}
td.j {
width: 100% ! important;
padding-left: 1em ! important;
}
table[align="right"] {
display: none !important;
}
}
/*
* For Google Reader
*/
@-moz-document url-prefix(http://www.google.com/reader/view/) {
a, .link, #sub-tree .name, a:focus {
text-decoration:none !important;
}
span.name-text-folder {
font-weight: 700;
}
#sub-tree li a .unread-count {
color: red!important;
font-weight: 700;
position: absolute;
right: 10px;
}
#entries .entry-title {
font-size: 15px !important;
font-weight: normal !important;
letter-spacing: .1em !important;
}
#entries .entry-source-title {
font-size: 12px !important;
font-weight: normal !important;
letter-spacing: .1em !important;
}
#entries .entry-body {
max-width: 100% !important;
}
#entries.list .entry .collapsed:hover {
background: #FF9 !important;
}
div#entries>div.read h2.entry-title a:link {
color: #B5B5B5 !important;
}
}
/*
* For Google AdSense report
*/
@-moz-document url-prefix(https://www.google.com/adsense/report) {
input {
padding: .2em .4em !important;
}
input:not([type="submit"]), select {
background: #ffc !important;
border: 1px solid #9999FF !important;
color: #330000 !important;
}
input:not([type="submit"]):hover, select:hover {
/*border: 1px solid #CC0000 !important;*/
}
tr.entity:hover, tr.datarow:hover, tr.totals:hover, tr.averages:hover {
background: #FF9 !important;
}
}
|

工作後,最近小弟貼文都沒什麼品質,請各位多多見諒。 >"<~~ |
|
|
| 回頂端 |
|
 |
|
|
paul DS - 技 術 社 群


註冊時間: 2002-08-15 文章: 33440 來自: 台北‧宜蘭
|
32 發表於: 星期一 四月 27, 2009 5:25 pm 文章主題: |
 |
|
最近看一些網頁,發現複製的時候,總會加雜一堆有得沒有的亂數,
沒想到對岸有人寫了個元件,可以讓這篇文章自動清除隱藏的亂數文字。
執行後,複製文字就變得正常囉!所以..放上來推薦一下。
CleanHide 1.0.9
作者: Peter Pan
| 代碼: | | if you find some web page use Hidden Text insert in normal articles,try this. |
完整敘述
if you find some web page use Hidden Text insert in normal articles,try this.
here is an example:
http://panshisoft.cn/cleanhide.htm
copy the sample text,and paste to your notepad,will find the hidden text! after use cleanhide,it will be clean.
相容於:
* Firefox: 1.5 – 3.0.*

工作後,最近小弟貼文都沒什麼品質,請各位多多見諒。 >"<~~ |
|
|
| 回頂端 |
|
 |
paul DS - 技 術 社 群


註冊時間: 2002-08-15 文章: 33440 來自: 台北‧宜蘭
|
33 發表於: 星期日 五月 03, 2009 5:42 am 文章主題: |
 |
|
From :
http://allen7575.blogspot.com/2008/08/firefox-plugin.html
所有其他Plugin 的詳細安裝方法請見http://plugindoc.mozdev.org/windows.html#WMP
以下只紀錄較常使用的Plugin
Quicktime
安裝QTlite即可。
若要手動安裝至portable firefox 請至C:\Program Files\QT Lite複製以下檔案到..\FirefoxPortable\Data\plugins 中:
QuickTimePlugin.class
nsIQTScriptablePlugin.xpt
npqtplugin.dll
npqtplugin2.dll
npqtplugin3.dll
npqtplugin4.dll
npqtplugin5.dll
驗證quicktime安裝
Java
請到官方下載 安裝之後,至C:\Program Files\Java\jre1.x.x\bin 中複製以下檔案到..\FirefoxPortable\Data\plugins 中:
npjava11.dll
npjava12.dll
npjava13.dll
npjava14.dll
npjava32.dll
npjpi160_07.dll
npoji610.dll 驗證Java安裝
Flashplayer
至官方下載安裝之後,至C:\WINDOWS\system32\Macromed\Flash 將以下檔案複製到..\FirefoxPortable\Data\plugins 中:
NPSWF32.dll 驗證flash安裝
Shockwave Player
至官方下載安裝之後,將安裝檔用解壓縮軟體打開,把其中的np32dsw.dll 放到..\FirefoxPortable\Data\plugins 中,重新啟動即可。
驗證shockwave安裝
RealPlayer
下載Real Alternative Lite 安裝完之後,至C:\Program Files\Real Alternative\Browser 中,將Components 與Plugins 資料夾內的檔案複製到..\FirefoxPortable\Data\plugins 中即可。
SVG
firefox 本身有支援,但也可以安裝Adobe SVG Viewer 將C:\Program Files\Common Files\Adobe\SVG Viewer 6.0\Plugins\ 中的NPSVG6.dll 和 NPSVG6.zip 複製到 ..\FirefoxPortable\Data\plugins 即可。
Mozilla SVG Sample
SVG in Firefox
W3C SVG 1.1 Test Suite
Windows Media Player
請至這裡下載安裝檔案,執行安裝程式之後,會自動尋找firefox預設的安裝資料夾,若使用的是portable 版,安裝程式找不到firefox 時,會自動在根目錄(不一定是哪一個磁碟)建立一個名為Pfile的資料夾,請將\PFiles\Plugins 中的 np-mswmp.dll 複製到..\FirefoxPortable\Data\plugins 即可。
WMP9 Test Page
WMP11 Test Page

工作後,最近小弟貼文都沒什麼品質,請各位多多見諒。 >"<~~ |
|
|
| 回頂端 |
|
 |
paul DS - 技 術 社 群


註冊時間: 2002-08-15 文章: 33440 來自: 台北‧宜蘭
|
34 發表於: 星期二 五月 26, 2009 7:42 pm 文章主題: |
 |
|
|
|
| 回頂端 |
|
 |
paul DS - 技 術 社 群


註冊時間: 2002-08-15 文章: 33440 來自: 台北‧宜蘭
|
35 發表於: 星期二 七月 21, 2009 7:00 pm 文章主題: |
 |
|
|
|
| 回頂端 |
|
 |
paul DS - 技 術 社 群


註冊時間: 2002-08-15 文章: 33440 來自: 台北‧宜蘭
|
36 發表於: 星期日 八月 30, 2009 11:52 pm 文章主題: |
 |
|
|
|
| 回頂端 |
|
 |
Fily John 管 理 者


註冊時間: 2002-04-17 文章: 13684 來自: 宜蘭-羅東
|
37 發表於: 星期一 八月 31, 2009 9:27 am 文章主題: |
 |
|
|
|
| 回頂端 |
|
 |
playkof 終極會員Lv3


註冊時間: 2003-11-30 文章: 2318
|
38 發表於: 星期一 八月 31, 2009 11:12 am 文章主題: |
 |
|
我想安裝 CleanHide 1.0.9
出現錯誤(不是正確的安裝檔 -207)
FIREFOX=3.5.2 版 |
|
|
| 回頂端 |
|
 |
|
|
您 無法 在這個版面發表文章 您 無法 在這個版面回覆文章 您 無法 在這個版面編輯文章 您 無法 在這個版面刪除文章 您 無法 在這個版面進行投票 您 無法 在這個版面附加檔案 您 無法 在這個版面下載檔案
|
新進文章 建議使用 瀏覽DS
Powered by phpBB2 © 2001, 2002 phpBB Group 維護管理 DS - 管 理 團 隊 繁體中文由 竹貓星球PBB2中文強化開發小組 製作
主機運作時間: 324 日 12 小時 56 分鐘 | 平均負載值: 0.18, 0.09, 0.02 |