MediaWiki:Gadget-AutoPatrol.js: Difference between revisions

Want an adless experience? Log in or Create an account.
shorten delay
(check for timing issue)
(shorten delay)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
console.log($('.patrollink a'));
setTimeout(function(){$('.patrollink a').first().click();}, 3000);
setTimeout(function(){$('.patrollink a').click();}, 5000);