MediaWiki:Gadget-AutoPatrol.js: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
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);