The latest version of Mozilla's popular open-source browser enjoyed one of the most successful launches in software history, with a record-setting 8.2 million downloads the first day it was available.
Duplicate tabs with drag-and-drop.
Duplicating tabs is a piece of cake: Simply hold the Ctrl key while dragging the tab you want to duplicate to an empty space onthe tab bar.
Minimize the toolbar.
Free up a little extra screen real estate by getting rid of the big, round "Back" button and replacing it with a more streamlined control. Right-click the toolbar, choose Customize, and select Use small icons. The new controls are perfectly functional but smaller, allowing the toolbar to shrink and leaving more room for viewing sites.
Use smart bookmarks.Smart bookmarks are live bookmarks that don't just refer to particular sites but actually generate live lists of sites according to parameters you define. For example, you might have a smart bookmark that lists the 10 sites you visit most often, or the last 20 sites you've visited with a particular keyword in their title.To create a smart bookmark, select Organize Bookmarks from Firefox's Bookmarks menu. In the window that opens, select Bookmarks Menu in the left-hand pane, then click Organize in the toolbar at the top and New Bookmark in the drop-down menu. Give your smart bookmark a descriptive name, such as "10 Most Recent Bookmarks." In the Location field, you're going to enter in a line of code telling the smart bookmark what to do. For the 10 sites you bookmarked most recently, you'd enter: place:queryType=1&sort=12&maxResults=10 . There are dozens of parameters you can use; Mozilla's developer site includes a list of commands you can use in smart bookmarks.