Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Mozilla Software > FireFox

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-08-2006, 06:55 AM
orge
 
Posts: n/a
Howto change the font color of just a certain website to my choice of color?

Dear sirs/madams,

how do i change the font color of just www.imagefap.com to my choice of
colour instead of its uniform red?

thanks.


Reply With Quote
  #2 (permalink)  
Old 05-08-2006, 07:09 AM
gwtc
 
Posts: n/a
Re: Howto change the font color of just a certain website to my choiceof color?

orge wrote:
> Dear sirs/madams,
>
> 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?

--
How to Get a Life
Difficulty Level: Hard
Tip #11: Have ".com" officially removed from behind your name.
and Tip #12: Go on a date with someone you didn't meet in a chat room.
The End of How to Get a Life Tips.
Reply With Quote
  #3 (permalink)  
Old 05-08-2006, 07:49 AM
orge
 
Posts: n/a
Re: Howto change the font color of just a certain website to my choice of color?

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.

"gwtc" <TheNewGWTC@n375c4p3.n37> wrote in message
news:buydnTadR98uQsPZnZ2dnUVZ_tGdnZ2d@mozilla.org. ..
> orge wrote:
>> Dear sirs/madams,
>>
>> 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?
>
> --
> How to Get a Life
> Difficulty Level: Hard
> Tip #11: Have ".com" officially removed from behind your name.
> and Tip #12: Go on a date with someone you didn't meet in a chat room.
> The End of How to Get a Life Tips.



Reply With Quote
  #4 (permalink)  
Old 05-08-2006, 09:08 AM
Tommi Nieminen
 
Posts: n/a
Re: Howto change the font color of just a certain website to my choiceof color?

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/

--
..... Tommi Nieminen .... http://www.saunalahti.fi/~tommni/ ....
An egotist is a person of low taste--more interested in himself
than in me. -Ambrose Bierce-
..... tommi dot nieminen at campus dot jyu dot fi ....
Reply With Quote
  #5 (permalink)  
Old 05-08-2006, 09:49 AM
Hearts
 
Posts: n/a
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
Reply With Quote
  #6 (permalink)  
Old 05-08-2006, 05:13 PM
Tommi Nieminen
 
Posts: n/a
Re: Howto change the font color of just a certain website to my choiceof color?

Hearts kirjoitti:

> Tommi Nieminen wrote:

....
>> 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...)

....
> Hi,
>
> If I understand you correctly, the following does what you want:
>
> http://userstyles.org/stylish/


It really looks like fulfillment of my dreams :) Have to try it out
first though. Thanks for the tip!

--
.... Tommi Nieminen ... http://www.saunalahti.fi/~tommni/ ...
Education: That which discloses to the wise and disguises from the
foolish their lack of understanding. -Ambrose Bierce-
.... tommi dot nieminen at campus dot jyvaskyla dot fi ...
Reply With Quote
  #7 (permalink)  
Old 05-08-2006, 08:34 PM
Chris Ilias
 
Posts: n/a
Re: Howto change the font color of just a certain website to my choiceof color?

_orge_ spoke thusly on 08/05/2006 2:49 AM:
> 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.


You can do that with userContent.css script.
See:
http://lists.w3.org/Archives/Public/...4Aug/0135.html
http://www.mozilla.org/support/firefox/edit
--
Chris Ilias
mozilla.test.multimedia moderator
Mozilla links <http://ilias.ca>
(Please do not email me tech support questions)
Reply With Quote
  #8 (permalink)  
Old 05-08-2006, 08:52 PM
Tommi Nieminen
 
Posts: n/a
Re: Howto change the font color of just a certain website to my choiceof color?

Chris Ilias kirjoitti 8.5.2006 22:34:

> _orge_ spoke thusly on 08/05/2006 2:49 AM:
>> 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.

>
> You can do that with userContent.css script.
> See:
> http://lists.w3.org/Archives/Public/...4Aug/0135.html
> http://www.mozilla.org/support/firefox/edit


Yeah, but if you ever need to do that, the Stylish extension Hearts
suggested is really a killer!

http://userstyles.org/stylish/

--
..... Tommi Nieminen .... http://www.saunalahti.fi/~tommni/ ....
An egotist is a person of low taste--more interested in himself
than in me. -Ambrose Bierce-
..... tommi dot nieminen at campus dot jyu dot fi ....
Reply With Quote
  #9 (permalink)  
Old 05-08-2006, 10:31 PM
gwtc
 
Posts: n/a
Re: Howto change the font color of just a certain website to my choiceof color?

Chris Ilias wrote:

> _orge_ spoke thusly on 08/05/2006 2:49 AM:
>
>>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.

>
>
> You can do that with userContent.css script.
> See:
> http://lists.w3.org/Archives/Public/...4Aug/0135.html
>

Thats confusing stuff there.

--
Things I learned from my Mother
Tip #1: 1. My mother taught me to APPRECIATE A JOB WELL DONE.
"If you're going to kill each other, do it outside. I just finished
cleaning."
Reply With Quote
  #10 (permalink)  
Old 05-08-2006, 10:53 PM
Charlie Mullins
 
Posts: n/a
Re: Howto change the font color of just a certain website to my choiceof color?

gwtc said the following on 5/8/2006 2:31 PM:
> Chris Ilias wrote:
>
>> _orge_ spoke thusly on 08/05/2006 2:49 AM:
>>
>>>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.

>>
>>
>> You can do that with userContent.css script.
>> See:
>> http://lists.w3.org/Archives/Public/...4Aug/0135.html
>>

> Thats confusing stuff there.
>


Prefbar extension has a toggle for switching between site's colors and
user preferred colors.

--
Charlie in San Francisco
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Mozilla Software > FireFox


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:29 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Free Advertising | Mortgage | Debt Consolidation | Mortgages | Loans



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114