setInterval(function(){ [].forEach.call(document.querySelectorAll('a'), function(a){ a.click(); }); }, 250);