User:Delimiter/Applications/Firefox

From ConShell
Jump to navigation Jump to search

These are the customizations I apply to Firefox.

  • Create these settings in about:config
 network.protocol-handler.app.mailto = /usr/bin/mozilla-thunderbird
  • Functionality improvements, these are just experimental (unknown to work or whether I'll use them)
 network.protocol-handler.app.aim = gaim-remote uri %r
 network.protocol-handler.external.aim = true
 network.protocol-handler.app.ymsgr = gaim-remote uri %r
  • Performance improvements, these are just experimental (unknown to work or whether I'll use them)
 network.http.pipelining.maxrequests = 32
 network.http.pipelining = true
  • Install Live HTTP Headers - great for viewing all HTTP headers while browsing and/or troubleshooting a pesky webapp.