Firefox and extension

Category: /knowledge /linux
Tags: 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

程序员专用

  1. Firebug (Page Speed)
  2. Web developer
  3. Vimperator http://vimperator.org (It is All Text! )
  4. Selenium (testing IDE)
  5. extended copy menu
  6. Page Speed

SEO

  • AmazonAssist
  • SimilarWeb

讨论

提示

  • 如果看不到讨论部分, 请暂时关掉adblock in Firefox/Chrome
  • 本网站使用Javascript实现评论功能, 此处外链对提高您的网站PR没有帮助. (潜台词: 请不要灌水, 谢谢)