MediaWiki:Gadget-AutoPatrol.js: Difference between revisions

Want an adless experience? Log in or Create an account.
shorten delay
(yeah it's a timing issue)
(shorten delay)
 
Line 1: Line 1:
setTimeout(function(){$('.patrollink a').first().click();}, 5000);
setTimeout(function(){$('.patrollink a').first().click();}, 3000);