Firefox 的获得与安装
官方网站:https://www.mozilla.org/en-US/firefox/all/,安装很简单,一路回车;
其他版本的 FireFox
更改配置文件所在的文件夹
如果不想把配置文件保存在默认的 C 盘,可以做以下的简单设置:
“C:\Program Files\Mozilla Firefox\firefox.exe” -profile D:\firefox\profile
Firefox 主题
我一般使用默认主题,我觉得很好看。
FireFox 扩展
没有扩展无法体现 FireFox 的优势(对 Chrome 也是如此),各种各样的扩展使之拥有各种各样的功能;
- Adblock Plus 或者 uBlock Origin,去除页面广告;
- Classic Retweet,恢复 Twitter 传统的 RT;
- Clearly,阅读时去掉干扰,只留干净的页面;
- Disable Hello, Pocket & Reader
- DownThemAll!,纯粹的下载工具,没有广告,很简洁。
- Flagfox,查看服务器所在的区域;
- FoxyProxy,仿佛置身墙外,还有国人开发的 AutoProxy ,更易用;
- NoScipt,更安全;
- Pocket / 或者 Satchel for Pocket;
- QuickDrag,使用拖曳手势打开标签页,或者使用 Easy DragToGo;
- Restartless Restart,重启;
- ScreenGrab Fix,截图工具,同类扩展还可以选择 Awesome Screenshot Capture / FireShot;
曾经使用的扩展
- Default FullZoon Level / Zoom Page,页面统一放大;
- Diigo Toolbar,Diigo工具栏,注释与在线书签,比 Delicious 更强大,可惜现在很多功能要收费;
- EPUBReader,阅读 epub 格式电子书;
- Extended Statusbar;
- Bookmark Quck Mover,快速整理书签;
- Cleanest Addon Manager;
- Blank Your monitor + easy reading;
- Free Memory;
- Gmail Notifier,Gmail 邮件提醒,不用输入任何信息,简单好用;
- Google Privacy;
- HTTPS-Everywhere;
- ACVAA 中国优化视频广告联盟;
- Add to Search Bar,可以将任何的搜索加入到FireFox的右上方的搜索栏中;
- Ease Link,修复迅雷、QQ旋风、快车等链接;
- FlashGot;
- Greasemonkey,下文将着重说明,现在也用得极少了;
- Hide Find Bar,一定段时间不用之后自动关闭 Find Bar;
- RefControl;
- Stylish,下文将着重说明,现在用得极少了;
- WebMail Notifier,邮件提醒;
- Web2PDF Converter;
- WOT;
- Xmarks,自从有了 Firefox Sync,不怎么使用 Xmarks;
- YouTube High Definition;
- HTTP/2 and SPDY indicator;
- Print Pages to PDF;
- search my image for google;
- SearchStatus,显示PR值和Alexa排名;
- Video DownloadHelper / Ant Video Downloader 下载视频软件;
- Webmail Ad Blocker,我主要使用这个扩展移除 Gmail 的广告位,或者 Ad-blocker for Gmai;
- IE Tab 2 / 解雇 IE,让 FireFox 也使用 IE;
- LastPass;
- HostAdmin;
- Omnibar,将地址栏和搜索栏融为一体,让 Firefox 的界面更简洁;
- PlacesCleaner;
- Fox Splitter / Tile View / Tile Tabs
- Flash Video Downloader / YouTube HD Download;
- Pentadactyl / Vimperator # #
Greasemonkey & Stylish(现在也不折腾了)
- Greasemonkey
- Stylish
- Gmail *2* small attachment icons
- GmailBetter,隐藏导航及 Gmail footer (可选择部分)内容,由别人的东西修改而来;
FireFox 特殊设置 about:config
- 通过代理服务器获得DNS
network.proxy.socks_remote_dns=true <默认为false>
- 全屏时自动隐藏工具栏
browser.fullscreen.autohide <true默认值,false>
- 调整智能地址栏的网址推荐数量
browser.urlbar.maxRichResults <默认12,我一般设成5>
- pipelining
network.http.pipelining <默认false,改为 true>
network.http.proxy.pipelining <默认false,改为 ture>
- 安装插件时,禁用延时功能
security.dialog_enable_delay <默认2000,改为0立即开始>
- 改变临时文件的位置(机械硬盘结合 RamDisk 使用,固态硬盘没有必要)
新建 browser.cache.disk.parent_directory,<X:\firefox>