inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on May 24, 2010 0:17:44 GMT -8
Browser tested: IE and FF placement: global footer
simply jumps to the post you just made after you submit. compatible with post merging codes.
<script type='text/javascript'> <!-- // Go to your post after posting. // Original code created by CrAzY_J // New Version by Wormopolis
if( location.href.match(/display&board=/)) { pst=''; if(!location.href.match(/#(\d+)/)) { if(document.referrer && document.referrer.match(/action=modifypost/) && document.referrer.match(/post=(\d+)/)) { pst=RegExp.$1; } else { for (lnks=document.getElementsByTagName('a'), ll=lnks.length-1; ll>0; ll--) { if (lnks[ll].href.match(/action=gotopost/) && lnks[ll].innerHTML.match(/link to post/i) && lnks[ll].href.match(/post=(\d+)/)) { pst=RegExp.$1; break; } } } } else { pst=RegExp.$1; } if (pst && document.getElementsByName(pst)[0]) { parentcheck=document.getElementsByName(pst)[0].parentNode.parentNode; while (parentcheck.style.display=='none') { parentcheck=parentcheck.previousSibling; pst=parentcheck.firstChild.firstChild.name; } document.getElementsByName(pst)[0].scrollIntoView(true); } }
// --> </script>
|
|