Last active
December 20, 2024 10:55
-
-
Save tomesparon/40644037dd34b212bca4022b9ae8d06b to your computer and use it in GitHub Desktop.
bookmarklet clicker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:!function(){let e=parseInt(prompt("Enter the desired page number:"));if(!isNaN(e)&&e>0){let t=0,n=function(){t<e-1&&(document.getElementById("NextPage_websys_CustomTypeItem_List").click(),t++,setTimeout(n,100))};n()}else alert("Invalid page number.")}(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment