Stripping colors from posts
Excellent!
But, I don't mind the colors and size changes too much (with size, CTRL+MouseWheel easily fixes that)... it's when there's a huge block of text in stupid font (see Producer's Letter) that I want to force the default font. I tried editing the script so that it only forces a font change but not color or size, but couldn't get it to work.
If it's not to much trouble, could you please whip up a script that only prevents font change?
And now, the Gettysburg Address in Impact...
But, I don't mind the colors and size changes too much (with size, CTRL+MouseWheel easily fixes that)... it's when there's a huge block of text in stupid font (see Producer's Letter) that I want to force the default font. I tried editing the script so that it only forces a font change but not color or size, but couldn't get it to work.
If it's not to much trouble, could you please whip up a script that only prevents font change?
And now, the Gettysburg Address in Impact...
Speeding Through New DA Repeatables || Spreadsheet o' Enhancements || Zombie Skins: better skins for these forums || Guide to Guides
I sent it in a response to his PM, but I am not afraid to say it in public, too:
... I love you.
Paragon Wiki: http://www.paragonwiki.com
City Info Terminal: http://cit.cohtitan.com
Mids Hero Designer: http://www.cohplanner.com
Quote:
I'll point out that my version is a heavily stripped down and slightly changed version of the above script.
There's probably a Greasemonkey script for FireFox that would do that...
I found one script here on userscripts.org, which the FireFox page for Greasemonkey links to. There are probably others as well. I've not used this, and it has no comments/feedback on it, so I'd be careful to check out the script before using it. |
Quote:
Excellent!
But, I don't mind the colors and size changes too much (with size, CTRL+MouseWheel easily fixes that)... it's when there's a huge block of text in stupid font (see Producer's Letter) that I want to force the default font. I tried editing the script so that it only forces a font change but not color or size, but couldn't get it to work. If it's not to much trouble, could you please whip up a script that only prevents font change? |
Thank you, I'm glad you found it useful!
Triumph: White Succubus: 50 Ill/Emp/PF Snow Globe: 50 Ice/FF/Ice Strobe: 50 PB Shi Otomi: 50 Ninja/Ninjistu/GW Stalker My other characters
Quote:
Here you go. This doesn't change color or fontsize. It only forces a san-serif font family.
Excellent!
But, I don't mind the colors and size changes too much (with size, CTRL+MouseWheel easily fixes that)... it's when there's a huge block of text in stupid font (see Producer's Letter) that I want to force the default font. I tried editing the script so that it only forces a font change but not color or size, but couldn't get it to work. If it's not to much trouble, could you please whip up a script that only prevents font change? And now, the Gettysburg Address in Impact... |
Code:
// ==UserScript== // @name Forums font-only changer // @namespace meh // @include http://boards.cityofheroes.com/* // ==/UserScript== var arFontTags = document.getElementsByTagName('font'); for (var i = arFontTags.length - 1; i >= 0; i--) { var elmFontTag = arFontTags[i]; var elmSpan = document.createElement('font'); elmSpan.innerHTML = elmFontTag.innerHTML; elmSpan.style.fontFamily = 'sans-serif ! important'; elmSpan.size = elmFontTag.size; elmSpan.style.color = elmFontTag.color; elmFontTag.parentNode.replaceChild(elmSpan, elmFontTag); }
Triumph: White Succubus: 50 Ill/Emp/PF Snow Globe: 50 Ice/FF/Ice Strobe: 50 PB Shi Otomi: 50 Ninja/Ninjistu/GW Stalker My other characters
Quote:
This should work for that:
I kinda agree with aggelakis.
I'd like an option i can check to just disable the text coloring. Much nicer on the eyes with the default coloring. |
Code:
// ==UserScript== // @name Forums font color-only changer // @namespace meh // @include http://boards.cityofheroes.com/* // ==/UserScript== var arFontTags = document.getElementsByTagName('font'); for (var i = arFontTags.length - 1; i >= 0; i--) { var elmFontTag = arFontTags[i]; var elmSpan = document.createElement('font'); elmSpan.innerHTML = elmFontTag.innerHTML; elmSpan.size = elmFontTag.size; elmFontTag.parentNode.replaceChild(elmSpan, elmFontTag); }
Triumph: White Succubus: 50 Ill/Emp/PF Snow Globe: 50 Ice/FF/Ice Strobe: 50 PB Shi Otomi: 50 Ninja/Ninjistu/GW Stalker My other characters
The person complaining about color in signatures, and goes as far as to use a script to take all color out of all signatures, uses color in her signature. Interesting.
The best comics are still 10�!
My City of Heroes Blog Freedom Feature Article: "Going Rageless?"
If you only read one guide this year, make it this one.
Super Reflexes: the Golden Fox of power sets!
WARNING: I bold names.
Actually the complaints were about poor color choices in the body text, not the signatures.
Triumph: White Succubus: 50 Ill/Emp/PF Snow Globe: 50 Ice/FF/Ice Strobe: 50 PB Shi Otomi: 50 Ninja/Ninjistu/GW Stalker My other characters
Thank-you very much!
Speeding Through New DA Repeatables || Spreadsheet o' Enhancements || Zombie Skins: better skins for these forums || Guide to Guides
But I spent time and effort on my nice pastel signature colors! You think I chose Deep Sky Blue and Salmon on a whim?! Why, you meddling rascal! You may have gotten away with it THIS TIME.
@Captain-Electric � Detective Marvel � The Sapien Spider � Moravec Man � The Old Norseman
Dark-Eyes � Doctor Serpentine � Stonecaster � Skymaiden � The Blue Jaguar
Guide to Altitis � A Comic for New Players � The Lore Project � Intro to extraterrestrials in CoH