Disabling coloured text
A very simple guide to undoing the text color effect that users apply to their posts to make it stand out more or make more flashy.
I'm talking about this kind of text. Or this. Or even this. Annoying isn't it?
In order for this little trick to work. You need to be using Firefox or Chrome.
Following the rest of the guide accordingly.
How it works:
It's a very simple javascript code, this is the source code
So what it does is, it basically looks for the HTML tag
Anyways, just know it works and is harmless to you and your information.
Credits to [Mod]BlindRob for the original script.
I'm talking about this kind of text. Or this. Or even this. Annoying isn't it?
In order for this little trick to work. You need to be using Firefox or Chrome.
Following the rest of the guide accordingly.
For Firefox
Install the Greasemonkey addon/extension.
Head over to the Userscripts page for this script.
(http://userscripts.org/scripts/show/105991)
Note: if you don't have greasemonkey installed, this won't work
Click the Install button.
This will come up, click Install
You're done, it's installed.
For Chrome
Luckily for chrome, you don't need the addon Greasemonkey to install Userscripts.
So just head over to this scripts Userscript page.
(http://userscripts.org/scripts/show/105991)
Click the install button.
This will appear at the bottom of your chrome browser. Click Continue
You're done, it's installed
Install the Greasemonkey addon/extension.
Head over to the Userscripts page for this script.
(http://userscripts.org/scripts/show/105991)
Note: if you don't have greasemonkey installed, this won't work
Click the Install button.
This will come up, click Install
You're done, it's installed.
For Chrome
Luckily for chrome, you don't need the addon Greasemonkey to install Userscripts.
So just head over to this scripts Userscript page.
(http://userscripts.org/scripts/show/105991)
Click the install button.
This will appear at the bottom of your chrome browser. Click Continue
You're done, it's installed
How it works:
It's a very simple javascript code, this is the source code
// ==UserScript==
// @name Z8Games Forum - No Colours
// @namespace http://rmrk.net
// @description Undoes coloured posts.
// @include http://forum.z8games.com/showthread.php*
// @exclude
// ==/UserScript==
var font_tags=document.getElementsByTagName("font");
for(var i=0; i<font_tags.length; i++)
{
font_tags.color = null;
}
So what it does is, it basically looks for the HTML tag
<font>Then in that font tag it looks for the attribute "color", it would look like so
<font color="purple>And nullifies it, in other words, makes the html statement not work... I guess would be the right way to put it.
Anyways, just know it works and is harmless to you and your information.
Credits to [Mod]BlindRob for the original script.
Comments
-
I just do this.
copy/paste this from my notepad
[COLOR=LIME) (/COLOR][/COLOR]
[COLOR=LIME) (/COLOR]And write in middle of it
The colors are being overused by the newcomers. Us older forumers have been using colors for a LONG time but now it's abused. -
Very nice idea but your tool is buggy. Quotes stay colored...
Edit: After sending this message the colors vanished. I think that there is some bug when you use autopager and this tool at the same time.
Edit2: yeah, as I thought: When you browse to a second or third page using autopager your tool does nothing. I'll uninstall it -
Very nice idea but your tool is buggy. Quotes stay colored...
Edit: After sending this message the colors vanished. I think that there is some bug when you use autopager and this tool at the same time.
Edit2: yeah, as I thought: When you browse to a second or third page using autopager your tool does nothing. I'll uninstall it
I'm really sorry about that. I'll try to fix the script. All we really need to do is just modify the include pages though..
Also, what do you mean Autopager? -
This is autopager:
https://chrome.google.com/webstore/detail/mmgagnmbebdebebbcleklifnobamjonh?hl=de
When you reach the end of a webpage and there are more pages with results then autopager automatically opens the following pages in the same tab. You just scroll down and the next page opens itself. You are not forced to click the link for the next page.
Categories
- All Categories
- Z8Games
- 1 Z8 Forum Discussion & Suggestions
- 15 Z8Games Announcements
- Rules & Conduct
- 2.5K CrossFire
- 709 CrossFire Announcements
- 712 Previous Announcements
- 2 Previous Patch Notes
- 320 Community
- 12 Modes
- 392 Suggestions
- 16 Clan Discussion and Recruitment
- 73 CF Competitive Forum
- 1 CFCL
- 16 Looking for a Team?
- 522 CrossFire Support
- 7 Suggestion
- 15 CrossFire Guides
- 35 CrossFire Off Topic