Linkify Plus

By arantius Last update Aug 12, 2012 — Installed 126,944 times.

Linkify Plus for Quake Live

in
Subscribe to Linkify Plus for Quake Live 2 posts, 1 voice



kry Scriptwright
ChromeWindows

Hi,

I took your script and modified it to make the links it made red because in Quake Live chat the links were white with white background.

It's not working properly at the moment. It changes only the first links sent in the first message containing links to chat and leaves other links untouched. If you know a way to fix it, please tell me.

Below is the link to my script where I only added 1 line:
a.style.color= '#FF0000';

http://userscripts.org/scripts/show/96307

- kry

 
kry Scriptwright
ChromeWindows

I changed the event type from DOMNodeInserted to DOMSubtreeModified because the chat was not adding nodes after the first one, but modifying them. You might want to change that too.

EDIT:
Now I also made it possible to change the color through greasemonkey / tampermonkey menu.

EDIT:
Almost most of the code has been now altered.