MediaWiki:Gadget-AutoPatrol.js: Difference between revisions

Want an adless experience? Log in or Create an account.
(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);

Latest revision as of 23:53, March 19, 2017

setTimeout(function(){$('.patrollink a').first().click();}, 3000);