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....
| | LinkBack | Tools |
|
#1
| |||
| |||
| how do i change the font color of just www.imagefap.com to my choice of colour instead of its uniform red? thanks. |
|
#2
| |||
| |||
| 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. |
|
#3
| |||
| |||
| 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" 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. |
|
#4
| |||
| |||
| 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 .... |
|
#5
| |||
| |||
| 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 |
|
#6
| |||
| |||
| 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 outfirst 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 ... |
|
#7
| |||
| |||
| _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) |
|
#8
| |||
| |||
| 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 .... |
|
#9
| |||
| |||
| 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." |
|
#10
| |||
| |||
| 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 |
|
#11
| |||
| |||
| Thanks to all of you. I pretty much got what i wanted from stylish with the checkmark for visited links. thanks. "Tommi Nieminen" 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 ... |
|
#12
| |||
| |||
| _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) |
|
#13
| |||
| |||
| 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!" |
|
#14
| |||
| |||
| 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: javascript function(){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? |
« Previous Thread
|
Next Thread »
| Tools | |
| |
| | ||||
| 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.

Have to try it out
function(){var newSS, styles='* { background: black !