Skip to content

Instantly share code, notes, and snippets.

@tomesparon
Last active December 20, 2024 10:55
Show Gist options
  • Save tomesparon/40644037dd34b212bca4022b9ae8d06b to your computer and use it in GitHub Desktop.
Save tomesparon/40644037dd34b212bca4022b9ae8d06b to your computer and use it in GitHub Desktop.
bookmarklet clicker
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