dirk says on Tuesday, January 24 2006
The following lines of code should do the same: (function() { var links = document.getElementsByTagName("a"); for (var i = 0; i < links.length; i++) if (links[i].href.indexOf("viewtopic.php") > 0) location.href = links[i].href; })();
Jas Randal says on Thursday, January 12 2006
Works like a charm for me. I love it, pops me right back to the thread, no waiting.
Desconocido says on Sunday, December 25 2005
I've tried it on http://forums.gentoo.org, but seems it doesn't work. I've set the included pages of GM to "http://*.gentoo.org/posting.php" but it din't help.