
05-08-2006, 08:49 AM
|
| Junior Member | | Join Date: Sep 2009
Posts: 0
| |
Re: Howto change the font color of just a certain website to my choiceof color? Tommi Nieminen wrote:
> orge kirjoitti 8.5.2006 9:49:
>
>>>> how do i change the font color of just www.imagefap.com to my choice of
>>>> colour instead of its uniform red?
>>>>
>>>> thanks.
>>> Did you look under Tools, Options, Content, and the Colors button?
>> Yes, but that changes the colour of all the website. I just want to change
>> the colors of that one particular website, and no other sites. and to do it
>> without going to tools/options/content/colour.
>
> I guess it's *not* possible using starndard Firefox gimmicks.
>
> I have used a user style sheet and the Web Developer extension for
> similar ends. Web Developer let's you "add" (rather, apply) a local
> style sheet to a remote web page dynamically. A style sheet like:
>
> body {
> background: white ! important;
> color: black ! important;
> font-size: 10pt ! important;
> }
>
> ...can be invaluable when reading those mock-stylish websites with, say,
> diminutive white text on a black background.
>
> Web Developer is a mighty extension but not *really* suitable for this
> kind of task, though. I really wish someone would write a simpler
> extension with just that one function: applying a user style sheet
> dynamically to a page, and optionally remembering the setting for the
> duration of the session, or for current tab, or whatever.
>
> (Better yet, the extension could hold a selection of ready-made and
> user-written style sheets with descriptive names, so that you could
> always apply the one most suitable to your needs. Okay, daydreaming...)
>
> Web Developer can be found at:
>
> https://addons.mozilla.org/firefox/60/
>
Hi,
If I understand you correctly, the following does what you want: http://userstyles.org/stylish/
Ian |