Forums

RS-Linkify Thread is sticky

Quick find code: 261-262-33-65181208

Ryan M
May Member 2008

Ryan M

Posts: 3,095 Adamant Posts by user Forum Profile RuneMetrics Profile
By the way, I think this looks interesting if you were to symbolize dead links :

$('td.messageCell a[href$="#"]').not('.quotedPostLink').contents().filter( function () { return this.nodeType = 3; } ).parent().append('<img src="http://www.indecentcode.com/hween/lock.png">');

Edit: Less strict and shorter because it had unnecessary parameters. Also thought noparse would keep images from being rendered. Maybe it was another tag or it never existed. Anyhow cheers. :)

31-Oct-2014 03:39:19 - Last edited on 31-Oct-2014 03:53:29 by Ryan M

Quick find code: 261-262-33-65181208 Back to Top