vote up 2 vote down star

I would like to apply a CSS stylesheet to all page views in a Firefox browser using a menu option and be able to toggle this when required. (The functionality I want exists in IE: Tools | Internet Options | Accessibility | Format Documents Using my Stylesheet (although I think this may affect pages outside of simply IE).

flag

3 Answers

vote up 3 vote down check

you can use Stylish, you can define global styles in firefox and ability to switch it on and off fast from Firefox.

Usage page.

Global styles, you can see code and how it is done.

link|flag
I have used Stylish and it is nice. I forgot its name. :-) – Alan Haggai Alavi Jul 5 at 11:44
vote up 0 vote down

There is another Firefox addon called Platypus which which adds a toolbar for editing site styles. It does require you to install Grease Monkey.

I just installed Stylish and my first impression is that is nicer than Platypus, especially when it comes to sharing your styles with others. But I'll reverse my judgment as to which I think is better when I have more time to compare them. :)

link|flag
vote up 5 vote down

You could use the file userContent.css lying within the directory named chrome in your Mozilla Firefox profiles directory. There is also an example file named userContent-example.css.

link|flag
is this directory the same as defaults/profile ? – peter.murray.rust Jul 5 at 10:05
Have a look inside: `%AppData%\Roaming\Mozilla\Firefox\Profiles`. – Alan Haggai Alavi Jul 5 at 10:47
is there a "menu option and be able to toggle this when required" (from the question) ? – Andrija Jul 5 at 11:24
@Andrija: I do not think there is a menu option. – Alan Haggai Alavi Jul 5 at 11:43

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.