Category Archives: Firefox

CSS: How To Always Show Vertical Scrollbar

To avoid webpage shifting, you can always have the vertical scrollbar visible by doing this: html { overflow-y: scroll; } Note: This only seems to work in Firefox and Internet Explorer.

Posted in CSS, Firefox, Internet Explorer | Leave a comment

How To Speed Up Firefox

If your Firefox is running slow, try this to make it go faster. These tips should only be used by broadband users. Go to “about:config” Search for “pipe” Set the following values: network.http.pipelining = true network.http.proxy.pipelining = true network.http.pipelining.maxrequests = … Continue reading

Posted in Firefox | Leave a comment

How to Install Flash Firefox Plugin for 64-bit Fedora Linux

Download the plugin here. Tar -zxvf the tar.gz file. Copy that file to: /usr/lib64/mozilla/plugins Restart firefox. Check “about:plugins” in your address bar to see the Flash plugin installed Plugin file should look like this: /usr/lib64/mozilla/plugins/libflashplayer.so about:plugins should look like this: … Continue reading

Posted in Firefox, Flash, Linux | Leave a comment

How To Centralize Bookmarks using Firefox and Google Bookmarks

Create a label in Google Bookmarks with all the bookmarks you want to centralize. Then, create a live bookmark in Firefox with the following URL, replacing the label name with the one you created: http://www.google.com/bookmarks/lookup?hl=en&sort=title&output=rss&q=label:live Copy and paste this link … Continue reading

Posted in Firefox | Leave a comment

How to Make Firefox Always Start a New Session

In Firefox, “about:config”, set browser.sessionstore.resume_from_crash = false

Posted in Firefox | 1 Comment