HOWTO remove scrollbars in Firefox
It’s quite simple :
- 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.
- There is a chrome directory if your profile, and you have to create a file named userContent.css (scrollbars are considered as ‘content’).
- Put the following lines on your file :
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).