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