Firefox and extension
Category: /knowledge /linuxTags: linux
Tips
Delete saved form data
————————-
其实很简单. 在文本框中选中要删除的文字, 然后Shift-Delete
配置
userContent.css ——————- /* * turn off “blink” element blinking * */ blink { text-decoration: none ! important; }
/*
* turn off "marquee" element
*
*/
marquee { -moz-binding: none; }
about:config
这儿有更多的可以调节的选项。 http://kb.mozillazine.org/Category:Tweaking_preferences
# set cache to ramdrive
browser.cache.disk.parent_directory /dev/shm
# middle click to load url from clipboard
middlemouse.contentloadurl=true
network.http.pipelining true
network.http.proxy.pipelining true
network.http.pipelining.maxrequests 8
nglayout.initialpaint.delay 50
content.notify.interval 500000
content.notify.ontimer true
content.switch.threshold 250000
content.interrupt.parsing false
常用插件 (Add-ons)
普通用户
- Adblock Plus
- ScrapBook
- Mouse Gestures Redox
- Tab Mix Plus
- Diigo
- Xmarks
程序员专用
- Firebug (Page Speed)
- Web developer
- Vimperator http://vimperator.org (It is All Text! )
- Selenium (testing IDE)
- extended copy menu
- Page Speed
SEO
- AmazonAssist
- SimilarWeb