If a page such as is displayed and the following JavaScript is placed in the url the next thread shows:
1319898 --> 1319899
Question: how can I make the JavaScript a shortcut in my links so that I may increment through the threads with a click?
JavaScript to increment url:
javascript:var u=document.location.href;var p=u.lastIndexOf("=");if(p!=-1){var n=u.substr(p+1);n++;document.location.href=u.substr(0,p+1)+n;}
1319898 --> 1319899
Question: how can I make the JavaScript a shortcut in my links so that I may increment through the threads with a click?
JavaScript to increment url:
javascript:var u=document.location.href;var p=u.lastIndexOf("=");if(p!=-1){var n=u.substr(p+1);n++;document.location.href=u.substr(0,p+1)+n;}