Schurger.org

24 mai 2006

HOWTO remove scrollbars in Firefox

Filed under: Firefox — Jean Schurger @ 16:46

It’s quite simple :

  1. You need to find your firefox ‘profile’ directory, in Window$, if may be in a sort of “C:\Documents and Settings\your_username\Profiles\#####\” on Linux, it depends of your distribution, but you may find it in your “$HOME/.firefox/#####” of “$HOME/.mozilla/firefox/#####”. On mac, i don’t know, but i’m sure it’s well explain somewhere.
  2. There is a chrome directory if your profile, and you have to create a file named userContent.css (scrollbars are considered as ‘content’).
  3. Put the following lines on your file :
  4. scrollbar { display: none !important; }

I think it’s better to do that with firefox switched off. (i’m not sure if it overwrite the file on exit).

Powered by WordPress