[Release] The Coli Auto Color

Joined
Mar 24, 2013
Messages
981
Reputation
-60
Daps
715
I've written a browser extension to auto-color your posts on The Coli. This works for Chrome and Firefox.

If you have Chrome, download Tampermonkey

If you have Firefox, download Greasemonkey

Then, install my script. http://userscripts.org/scripts/show/175835

Screenshots

Notice how the text is greyed out. This is because I haven't clicked the textarea yet; the color code is already there.
jRd5xL9.png

How to change text style

Go into Greasemonkey or Tampermonkey, find the script, and look in the coding. You'll see this code:
Code:
allItems.snapshotItem(i).innerHTML = '[color=#0AA1FF]';
Change the text between the two apostrophes at the end to whatever you like.
Working as of 10/2
v1.0
 
Last edited:

Brofato

Fade Doe
Joined
May 3, 2012
Messages
5,058
Reputation
390
Daps
9,042
I'm the script maker from KTT :pachaha:

Just keeding but you do need to add a better description and some screenshots. I always avoid userscripts that don't have them unless I explicitly know what they do.
 
Top