Linkify Plus for Quake Live
![]() ![]() |
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:
http://userscripts.org/scripts/show/96307 - kry |
![]() ![]() |
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:
EDIT:
|

