fixunix
Tags Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Howto change the font color of just a certain website to my choice of color? - Mozilla

This is a discussion on Howto change the font color of just a certain website to my choice of color? - Mozilla ; 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....


Fix Unix > Tools > Mozilla > Howto change the font color of just a certain website to my choice of color?

Reply
 
LinkBack Tools
  #1  
Old 05-08-2006, 05:55 AM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default 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  
Old 05-08-2006, 06:09 AM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default 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  
Old 05-08-2006, 06:49 AM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default 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" 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  
Old 05-08-2006, 08:08 AM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default 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  
Old 05-08-2006, 08:49 AM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default 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  
Old 05-08-2006, 04:13 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default 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  
Old 05-08-2006, 07:34 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default 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
(Please do not email me tech support questions)
Reply With Quote
  #8  
Old 05-08-2006, 07:52 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default 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  
Old 05-08-2006, 09:31 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default 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  
Old 05-08-2006, 09:53 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default 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
  #11  
Old 05-09-2006, 04:08 AM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: Howto change the font color of just a certain website to my choice of color?

Thanks to all of you.
I pretty much got what i wanted from stylish with the checkmark for visited
links.
thanks.
"Tommi Nieminen" wrote in message
news:jMudnfikJrOh88LZnZ2dnUVZ_tGdnZ2d@mozilla.org. ..
> 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
  #12  
Old 05-09-2006, 06:10 AM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: Howto change the font color of just a certain website to my choiceof color?

_gwtc_ spoke thusly on 08/05/2006 5:31 PM:
> Chris Ilias wrote:
>
>> You can do that with userContent.css script.
>> See:
>> http://lists.w3.org/Archives/Public/...4Aug/0135.html

>
> Thats confusing stuff there.


Sometimes it's easier to learn by example:
http://weblogs.mozillazine.org/bz/archives/009335.html
--
Chris Ilias
mozilla.test.multimedia moderator
Mozilla links
(Please do not email me tech support questions)
Reply With Quote
  #13  
Old 05-09-2006, 06:19 AM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: Howto change the font color of just a certain website to my choiceof color?

Chris Ilias wrote:

> _gwtc_ spoke thusly on 08/05/2006 5:31 PM:
>
>>Chris Ilias wrote:
>>
>>
>>>You can do that with userContent.css script.
>>>See:
>>>http://lists.w3.org/Archives/Public/...4Aug/0135.html

>>
>>Thats confusing stuff there.

>
>
> Sometimes it's easier to learn by example:
> http://weblogs.mozillazine.org/bz/archives/009335.html

yes, that makes sense, a little more than the w3 link. Thanks Chris.

--
Things I learned from my Mother
Tip #2: My mother taught me about TIME TRAVEL.
"If you don't stop acting like and idiot, I'm going to knock you into
the middle of next week!"
Reply With Quote
  #14  
Old 05-16-2006, 08:05 AM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: Howto change the font color of just a certain website to my choiceof color?

On 2006.05.08 04:49 Hearts wrote:
> 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


This looks interesting but before I try it:

I have a bookmarlet on the bookmarks bar with the following code:

javascriptfunction(){var newSS, styles='* { background: black !
important; color: #00FF00 !important } :link, :link * { color: #5555FF
!important } :visited, :visited * { color: #551A8B !important }';
if(document.createStyleSheet) {
document.createStyleSheet(%22javascript:'%22+style s+%22'%22); } else {
newSS=document.createElement('link'); newSS.rel='stylesheet';
newSS.href='data:text/css,'+escape(styles);
document.getElementsByTagName(%22head%22)[0].appendChild(newSS); } })();

and when I click it it changes the colors of the document (most of the
times). How would you compare this with the Stylish?
Reply With Quote
Reply

Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert 8Bits RGB Pixels to Palette Color Index and Color LUTs for Icon Image Seqence santhilak DICOM 0 07-01-2009 04:28 PM
HP OJ d145 color ink out error replace color ink cartridge message unix Hewlett Packard 32 10-04-2007 11:57 PM
font foreground color..how to change? unix Motif 4 10-04-2007 09:11 AM
!!!Attention: V1@GRA --> 85% DISC0UNT!!! <font color=#fefefe>knlvgosscmdbc nddze wfcwa nvskpm</font><br> unix MS-DOS 0 10-01-2007 06:29 AM
Way to change font color of sig in Mail? unix Mozilla 12 07-01-2006 07:20 AM


All times are GMT. The time now is 10:38 AM.