Skip to content

Instantly share code, notes, and snippets.

@p0we7
Last active November 25, 2016 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p0we7/a2809c212181967d7a3225ac5a0350ed to your computer and use it in GitHub Desktop.
Save p0we7/a2809c212181967d7a3225ac5a0350ed to your computer and use it in GitHub Desktop.
Specially JavaScript Source
//CHH Automload topic page
function test(){
var i = 0;
(function(){
if (i>=50){console.log(i);return;}
$("autopbn").click();
console.log(i);
i++;
window.setTimeout(arguments.callee,2000);
})();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment