About:config
- Open search in a new tab: browser.search.openintab
- Show http:// in URL: browser.urlbar.trimURLs: false
- Basically a built-in BarTab: Cascaded Session Restore + a Hidden Bonus
Sessionstore.js
How to extract all URLs from sessionstore.js to a file: grep -oP '"url":"K[^"]+' $(ls -t sessionstore.js | sed q) > ~/URLs.txt
Places.sqlite
Places.sqlite – MozillaZine Knowledge Base
Places ERD
- Liya is a good SQLite editor for Mac (Mac App Store)
- Query Language Understood by SQLite
- Firefox and places.sqlite tricks | AlekZ' Scratchpad
Add-ons
Privacy
Misc
- 1Password
Password manager & form filler for Mac OS X - Adblock Plus
Ads were yesterday! - Affiliate Espionage
Simple competitive intelligence software - CashKeywords Toolbar
More than just a toolbar - Close n forget
Close current tab and forget about the visit: suppress the related cookies and, if configured, the whole domain from the history - ColorZilla
Advanced eyedropper, color picker, page zoomer and other colorful goodies - Evernote Web Clipper
Provides a button and context menus to easily add a selection or an entire page to Evernote - FaviconizeTab
he width of the specified tab becomes small up to the size of favicon - Firebug
Web development evolved - Flashblock
Replaces Flash objects with a button you can click to view them - KGen
- Live HTTP headers
View HTTP headers of a page and while browsing - Long URL Please
Automatically converts short URLs from services like TinyURL.com back to the original so that users don't have to - Mozbar
A toolbar for the users of SEOmoz.org, Inc. - PPCBully Toolbar
More than just a toolbar - Read It Later
Save pages to read later - SearchStatus
Display the Google, Alexa, Compete and Linkscape rankings with search related tools - SEO Blogger
Wordtracker's SEO Blogger extension - SEO For Firefox
SEO information inline with Google and Yahoo! search results - SeoQuake
Quick view of site parameters in the search engine results pages - Stop-or-Reload Button
Turns the stop and reload buttons into a single on. When you can stop, you have a Stop button, otherwise you have a Reload button (like Safari) - Tab Mix Plus
Tab browsing with an added boost - User Agent Switcher
Adds a menu and a toolbar button to switch the user agent of the browser - Web Developer
Adds a menu and a toolbar with various web developer tools - X-RayS
ee the tags on a page without viewing the source code - Xmarks
Bookmark sync and web discovery - YSlow
Make your pages faster with Yahoo!'s page performance tool
User Styles
Stylish is a Firefox extension to manage user styles.
Remove Firefox Bookmarks toolbar folder icons:
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.bookmark-item > .toolbarbutton-icon {
display: none !important;
}