Firefox



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

小螢幕系列

 

 

Google 系列

search-plugins

 

modify

user.js

更多可以參考: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