夢想的天空
一 個 屬 於 我 們 的 世 界
 
 DS WebmailDS Webmail   搜尋搜尋   會員列表會員列表   會員群組會員群組   新進文章   星座物語   網誌   會員註冊會員註冊 
 個人資料個人資料  Calendar月曆   DS WebTV   登入檢查您的私人訊息登入檢查您的私人訊息   登入登入 
 IP 38.107.179.230
我的最愛我的最愛
RSSRSS

[討論]FX 3.6 最常用值得推薦的擴充套件
前往頁面 上一頁  1, 2, 3, 4
 
發表新主題   回覆主題    夢想的天空 首頁 ->作業系統與軟體 區->Linux/Unix Like/自由軟體
上一篇主題 :: 下一篇主題  
發表人 內容
paul
DS - 技 術 社 群
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 - 技 術 社 群
DS - 技 術 社 群


註冊時間: 2002-08-15
文章: 33440
來自: 台北‧宜蘭

發表32 發表於: 星期一 四月 27, 2009 5:25 pm    文章主題: 引言回覆

最近看一些網頁,發現複製的時候,總會加雜一堆有得沒有的亂數,
沒想到對岸有人寫了個元件,可以讓這篇文章自動清除隱藏的亂數文字。

執行後,複製文字就變得正常囉!所以..放上來推薦一下。 Smile



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 - 技 術 社 群
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 中,將ComponentsPlugins 資料夾內的檔案複製到..\FirefoxPortable\Data\plugins 中即可。



SVG

firefox 本身有支援,但也可以安裝Adobe SVG Viewer C:\Program Files\Common Files\Adobe\SVG Viewer 6.0\Plugins\ 中的NPSVG6.dllNPSVG6.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 - 技 術 社 群
DS - 技 術 社 群


註冊時間: 2002-08-15
文章: 33440
來自: 台北‧宜蘭

發表34 發表於: 星期二 五月 26, 2009 7:42 pm    文章主題: 引言回覆

瀏覽頁組管理員


Description : 儲存及還原所有瀏覽視窗的狀態。

http://sessionmanager.mozdev.org/


最新的版本 : 0.6.4.6



按右鍵觀看原圖 按右鍵觀看原圖 按右鍵觀看原圖

工作後,最近小弟貼文都沒什麼品質,請各位多多見諒。 >"<~~
回頂端
檢視會員個人資料 發送私人訊息 發送電子郵件 參觀發表人的個人網站
paul
DS - 技 術 社 群
DS - 技 術 社 群


註冊時間: 2002-08-15
文章: 33440
來自: 台北‧宜蘭

發表35 發表於: 星期二 七月 21, 2009 7:00 pm    文章主題: 引言回覆

From :
http://jinnsblog.blogspot.com/2009/04/skipscreen-download-files-directly.html





一般來說,我寫文章的動機大都是以我自己用的到的為主,這次要介紹的Firefox擴充元件「SkipScreen」也是一例,因為我訂閱了許多軟體方面的RSS,所以從免空下載檔案是常有的事,雖然下載器FreeRapid Downloader很好用,不過只要是透過「正常」管道下載檔案,一些免空的下載等待時間就不可避免,而「SkipScreen」的主要功能就是可以幫我們略過等待的秒數,直接下載檔案,或者略過不必要的點擊頁面來節省時間,不同的免空有不同的效果,所以要試了才知道,當然它並不支援所有的免空,目前只支援RapidShare、Zshare、MegaUpload、Sharebee、MediaFire、Depositfiles、Sendspace、Divshare、Linkbucks等等,雖然還不支援便當狗,不過有RS、ZS、MU、SS我就很高興了,另外,還有一個大重點,就是免去點擊的步驟之後,就不會彈出煩人的廣告囉!。

下載點:SkipScreen附加元件安裝


 
使用方法

直接用FF進入免空的檔案下載頁面,SkipScreen會自動在左下角中提醒該網站是否支援,如果支援,那你只要輸入驗證碼或直接等待下載視窗跳出即可,不需要再按什麼「FreeDownload」之類的字樣,以下先用RapidShare來做示範:(它屬於略過點擊頁面,別急,不需等待秒數的免空在下面文章中)

安裝前,若你到RS下載是要按「FreeUser」,然後才會進入等待下載時間的頁面,等時間完了之後還要點下載才可以正式Download,有時候一忙還會忘記按下載,裝了SkipScreen之後就不需要這些動作了,只時間一到,就會立即跳出下載頁面,不需另外再手動點擊按鈕。(第一張圖是安裝前,第二張則是安裝後的畫面)

按右鍵觀看原圖



按右鍵觀看原圖




當然,文前有提到,不是說可以略過等待時間的嗎?有的,例如MegaUpload就是,進入MU下載頁面之後,你只要輸入驗證碼,馬上就可以下載檔案了,不需要再等待秒數!爽呀!

以下把我測試的免空結果,與各位分享!(測試日期:2009.04.11)

  • RapidShare:略過點擊頁面,但需等待下載時間
  • Zshare:不需等待下載時間,可直接下載檔案
  • MegaUpload:輸入驗證碼後可直接下載,不需等待下載時間
  • Sharebee:它是幫你分流到不同的免空,所以要看目的免空而定
  • MediaFire:不需等待下載時間,可直接下載檔案
  • Depositfiles:可直接下載檔案
  • Sendspace:可直接下載檔案
  • Divshare:有支援,但我測試失敗
  • Linkbucks:轉址網站,看目的免空而定
 
缺點:如果你是此免空的會員,想要登入上傳檔案,目前的SkipScreen還不夠聰明,會以為你要下載!導致轉移到他頁,要按Back回去。



按右鍵觀看原圖 按右鍵觀看原圖 按右鍵觀看原圖

工作後,最近小弟貼文都沒什麼品質,請各位多多見諒。 >"<~~
回頂端
檢視會員個人資料 發送私人訊息 發送電子郵件 參觀發表人的個人網站
paul
DS - 技 術 社 群
DS - 技 術 社 群


註冊時間: 2002-08-15
文章: 33440
來自: 台北‧宜蘭

發表36 發表於: 星期日 八月 30, 2009 11:52 pm    文章主題: 引言回覆

PlacesCleaner 收藏庫清潔工 (壓縮 SQLite 資料庫)

https://addons.mozilla.org/zh-TW/firefox/addon/13860/



按右鍵觀看原圖 按右鍵觀看原圖 按右鍵觀看原圖

工作後,最近小弟貼文都沒什麼品質,請各位多多見諒。 >"<~~
回頂端
檢視會員個人資料 發送私人訊息 發送電子郵件 參觀發表人的個人網站
Fily John
管 理 者
管 理 者


註冊時間: 2002-04-17
文章: 13684
來自: 宜蘭-羅東

發表37 發表於: 星期一 八月 31, 2009 9:27 am    文章主題: 引言回覆

喔喔 !!!

試試看,看能不能處理掉sqlite的問題哩




回頂端
檢視會員個人資料 發送私人訊息 參觀發表人的個人網站 Skype
playkof
終極會員Lv3
終極會員Lv3


註冊時間: 2003-11-30
文章: 2318

發表38 發表於: 星期一 八月 31, 2009 11:12 am    文章主題: 引言回覆

我想安裝  CleanHide 1.0.9

出現錯誤(不是正確的安裝檔 -207)

FIREFOX=3.5.2 版
回頂端
檢視會員個人資料 發送私人訊息
從之前的文章開始顯示:   
發表新主題   回覆主題    夢想的天空 首頁 -> Linux/Unix Like/自由軟體 所有的時間均為 台灣時間 (GMT + 8 小時)
前往頁面 上一頁  1, 2, 3, 4
4頁(共4頁)



前往:  
無法 在這個版面發表文章
無法 在這個版面回覆文章
無法 在這個版面編輯文章
無法 在這個版面刪除文章
無法 在這個版面進行投票
無法 在這個版面附加檔案
無法 在這個版面下載檔案


新進文章
建議使用瀏覽DS
Powered by phpBB2 © 2001, 2002 phpBB Group
維護管理 DS - 管 理 團 隊    繁體中文由 竹貓星球PBB2中文強化開發小組 製作

主機運作時間: 324 日 12 小時 56 分鐘 | 平均負載值: 0.18, 0.09, 0.02

DS 共花費了 0.1726 秒載入完成 , 有 (PHP: 52% - SQL: 48%) 項資料被查詢 - 讀取資料庫: 17 次 - 壓縮加速 關閉 - 除錯模式 關閉