What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » Thread Query

Thread Query
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: Thread Query
quote:
Originally posted by rav0
I'd like to see it replace or go next to the current last post link, just go to first unread.
something like...

code:

var lastLinks = document.evaluate('//a[contains(.,"»")][contains(@href,"showthread.php?tid=")]', document, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);
var href;

for(var i=0;i<lastLinks.snapshotLength;i++){

href = lastLinks.snapshotItem(i).getAttribute('href');
lastLinks.snapshotItem(i).setAttribute('href',href+ '&uid=4');
}


would do that...

GM script: http://darktempler.be/msgplusforumlastpostthin.user.js

This post was edited on 11-12-2005 at 05:37 AM by -dt-.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
11-12-2005 05:36 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Thread Query - by Mentality on 11-09-2005 at 11:43 AM
RE: Thread Query - by Stigmata on 11-09-2005 at 11:47 AM
RE: Thread Query - by Anubis on 11-09-2005 at 11:50 AM
RE: Thread Query - by Mentality on 11-09-2005 at 11:52 AM
RE: Thread Query - by Tochjo on 11-09-2005 at 12:23 PM
RE: Thread Query - by Mentality on 11-09-2005 at 12:25 PM
RE: Thread Query - by Tochjo on 11-09-2005 at 12:27 PM
RE: Thread Query - by Mentality on 11-09-2005 at 12:31 PM
RE: Thread Query - by Lou on 11-09-2005 at 02:49 PM
RE: Thread Query - by Mentality on 11-09-2005 at 03:15 PM
RE: Thread Query - by ddunk on 11-09-2005 at 03:17 PM
RE: Thread Query - by qgroessl on 11-09-2005 at 03:38 PM
RE: Thread Query - by Mentality on 11-09-2005 at 04:07 PM
RE: Thread Query - by -dt- on 11-09-2005 at 10:26 PM
RE: Thread Query - by WDZ on 11-10-2005 at 04:52 AM
RE: RE: Thread Query - by Mentality on 11-10-2005 at 10:24 AM
RE: RE: Thread Query - by rav0 on 11-12-2005 at 05:01 AM
RE: Thread Query - by WDZ on 11-10-2005 at 05:38 AM
RE: Thread Query - by Th3rmal on 11-12-2005 at 05:24 AM
RE: Thread Query - by -dt- on 11-12-2005 at 05:36 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On