| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Firefox

Page history last edited by Reder 16 years, 6 months ago


extensions

essential

 

useful

 

user_pref("copyurlplus.menus.1.copy", "<a href="/%URL%">%TITLE%</a>");
user_pref("copyurlplus.menus.1.label", "Copy URL + Title (A href)");
user_pref("copyurlplus.menus.2.copy", "[%URL%|%TITLE%]");
user_pref("copyurlplus.menus.2.label", "Copy URL + Title (PBWiki)");
user_pref("copyurlplus.menus.3.copy", "<a href="/%URL%">%SEL%</a>");
user_pref("copyurlplus.menus.3.label", "Copy URL + selection (A href)");
user_pref("copyurlplus.menus.4.copy", "[%URL%|%SEL%]");
user_pref("copyurlplus.menus.4.label", "Copy URL + selection (PBWiki)");

 

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("pbwiki.com") {
#displaycontent {
  font-size:100%!important;
}
}

optional

Web Design

Firefox 與網頁設計 | Jedi's BLOG

小螢幕系列

  • autohide:選擇在全螢幕時要出現哪些東西。(小螢幕常需要全螢幕才會比較順利的瀏覽)
  • autoHideStatusbar:把狀態列隱藏以增大螢幕顯示空間,在適當的時候顯示的extension。
  • Compact Menu 2:把menu工具列縮減成一個按鈕。 改用 Personal Menu

 

 

Google 系列

  • Gmail Manager:讓你可以管理多個GMail帳號及新郵件通知。
  • Gmail Space:使用類似ftp的介面,傳檔案到GMail上。支援大於10MB的檔案(會自動分割)。
  • Better Gmail:增加一些好用的 GMail G.M. script.
  • GMarks:讓Firefox跟Google Bookmarks做整合。
  • GUtil!:增加一個工具列的按鈕,可以快速連結到Google所提供的服務。

search-plugins

 

modify

user.js

  • 最小化釋放記憶體: user_pref("config.trim_on_minimize", true);
  • Search Bar 搜尋內容開啟於新分頁: user_pref("browser.search.openintab",true);

更多可以參考:Mozilla Taiwan 討論區: Fx 1.5到FX2.0的變化

修改search 輸入區

網頁瀏覽加速法

修改 about:config中的項目:

項目原值改為..
network.http.pipeliningfalsetrue
network.http.proxy.pipeliningfalsetrue
network.http.pipelining.maxrequests48
nglayout.initialpaint.delay2500

不過最後一項我在 Flock 中找不到,不知道是不是版本的差異。

 

tricks

  • 15 Coolest Firefox Tricks Ever:
    • 更多食螢幕空間:使用小圖示
    • smart keywords: 在常用的搜尋上按右鍵會在選單中出現 Add a Keyword for this search。加上關鍵字之後就可以在網址列打關鍵字加要搜尋的項目查找。
    • 鍵盤快速鍵:
      • spacebar:向下翻頁
      • shift-spacebar:向上翻頁
      • Ctrl+F:查找(頁面上的字詞)
      • Alt-N:找下一個
      • Ctrl+D:書籤
      • Ctrl+T:開新分頁
      • Ctrl+K:將游標移到搜索列
      • Ctrl+L:將游標移到網址列
      • Ctrl+=:字體加大
      • Ctrl+-:字體縮小
      • Ctrl-W:關分頁
      • F5:重新理整理
      • Alt-Home:回到首頁
    • 自動完成:在網址列打網址,可以省去 "www." 跟 ".com" ,然後按 Ctrl-Enter ,就會連到該網站。如要到 http://www.google.com ,則打 google 後按 Ctrl-Enter 即可。 .net 用 Shift-Enter , .org 則用 Ctrl-Shift-Enter 。
    • 分頁切換
      • Ctrl-Tab:切換分頁
      • Ctrl-Shift-Tab:逆向切換分頁
      • Ctrl-1~9:切換到第1到9分頁

Comments (0)

You don't have permission to comment on this page.