This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
firefox_hacks [2014/11/24 02:14] ben removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Firefox_Hacks ====== | ||
- | ===== Useful Extensions ===== | ||
- | * **[[http:// | ||
- | * **Aging Tabs** - Greys out less recently used tabs | ||
- | * **DownloadHelper** - " | ||
- | * **Fast Dial** - Like Opera' | ||
- | * **[[http:// | ||
- | * [[http:// | ||
- | * **[[http:// | ||
- | * **Fission** - Page load progress bar in the address bar, like Opera | ||
- | * **[[http:// | ||
- | * **[[http:// | ||
- | * **FoxyProxy** - Highly configurable proxy selection tool, including automatic selection based on url | ||
- | * **[[https:// | ||
- | * **Hide Menubar** - Hides the File/ | ||
- | * **[[http:// | ||
- | * **LastTab** - Cycle between tabs in a MRU order | ||
- | * **Locationbar2** - Highlights the domain portion of the address bar, and turns the url into a breadcrumb trail | ||
- | * **NoScript** - A whitelist of sites permitted to run JavaScript | ||
- | * **[[http:// | ||
- | * **Resizeable Textarea** - Adds a drop-handle to textareas so that you can control their size | ||
- | * **Session Manager** - Allows you to save and reload multiple browsing sessions | ||
- | * **Stealther** - Turn off all the browsers normal cache, history, cookies etc at the click of a button | ||
- | * **Tab Scope** - Show previews of tabs on mouse hover, like Vista' | ||
- | * **Tamper Data** - Modify headers and POST data | ||
- | * **Undo closed tabs button** - Handy toolbar button to unclose a particular tab | ||
- | * **[[http:// | ||
- | * [[http:// | ||
- | * [[https:// | ||
- | |||
- | ===== Advanced Config Editor ===== | ||
- | Firefox has an advanced config editor to control all settings in the browser, and is particularly useful for editing settings not available in the usual options dialogs. To access the config editor, visit the '' | ||
- | |||
- | ==== Always show certificate common name ==== | ||
- | When visiting an EV-SSL site in Firefox 3, the address bar changes to show the certificate' | ||
- | |||
- | | ||
- | |||
- | ==== Invalid certificates ==== | ||
- | Firefox 3 makes you jump through a lot of hoops to add an exception for an invalid SSL certificate and there is a lot of debate on the Internet over whether or not this is a Good Thing. For competent users, these hoops are little more than an annoyance. | ||
- | |||
- | The following config options reduce the number of clicks you have to make in order to add an exception. They make Firefox automatically retrieve the certificate and causes the '' | ||
- | |||
- | browser.ssl_override_behavior=2 | ||
- | browser.xul.error_pages.expert_bad_cert=true | ||
- | |||
- | ==== SSL intercepting proxies ==== | ||
- | For doing pen-testing work, it's often helpful to use an intercepting proxy to watch/ | ||
- | |||
- | The fix for this issue is unbelievable; | ||
- | |||
- | network.dns.disableIPv6=true | ||
- | |||
- | ==== Reverting Accesskeys to Using alt+key ==== | ||
- | |||
- | Firefox 2 changed the access key modifier from '' | ||
- | |||
- | ui.key.contentAccess=4 | ||
- | |||
- | ===== See Also ===== | ||
- | * [[Chrome Extensions]] |