MediaWiki:Gadget-AutoPatrol.js: Difference between revisions

Want an adless experience? Log in or Create an account.
shorten delay
m (This shouldn't work, but trying anyway.)
(shorten delay)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
function autopatrol() {
setTimeout(function(){$('.patrollink a').first().click();}, 3000);
      $(patrolLink).click();
}
$(autopatrol);