Mozilla Firefox

From LinuxReviews
(Redirected from Firefox)
Jump to: navigation, search

Firefox is a web-browser from the Mozilla Corporation which seems to get more crappy for every new release.

Contents

Profiles

Firefox lets you make profiles. These are different browser configurations stored in separate directories under ~/.mozilla/firefox.

Profiles are very useful. You can, for example, have one profile for normal browsing, one for banking, one for web development and one for web site testing. Addons added to one profile does not show up in another, and the different profiles can have different themes (black for one thing, white for another, and so on).

Useful extentions

"Web Developer" is a must-have extention when doing CSS work.

Extentions is part of what makes Firefox a alright browser to have installed. Here are some of the interesting extentions you much likely want to install:

Web development

Firebug is a tool you absolutely must have to do web development.

There are two important settings you must change to test websites:

  • browser.cache.disk.enable
  • browser.cache.memory.enable

Type about:config in the navigation bar, search for these strings and set both these boolean values to false. You want to see the actual changes done to your website, not some old cached copy.

User Agent Switcher is a nice plugin you likely want if you want to give mobile phone users something different from what normal browsers get.

Making Firefox usable

Setting a sensible minimum tab width

It used to be possible to make Firefox tabs shrink as more tabs are opened by going to about:config. The Firefox developers decided that this was too easy and make the tab related options there do nothing.

The current solution is to make a file called userChrome.css in the chrome/ directory in the Firefox profile folder ($HOME/.mozilla/firefox/$profilename).

File: userChrome.css
.tabbrowser-tab:not([pinned]) {
  max-width: 250px !important;
  min-width: 40px !important;
}
.tabbrowser-tab:not([fadein]) {
   max-width: 1px !important; min-width: 1px !important;
   max-width: 1px; min-width: 1px;
 }

This will make tabs shrink as more tabs than what is possible with the window with are opened.

see also

Personal tools
linuxreviews
Privacy policy
linux events
ipv6
Networking

You need to login to edit or create pages on this wiki.

IPv6

Search:

linux newz | random page | poetry | free blog | adult dating