5 ms·
Actually the oneliner does work. (Although it throws error when a is not found.) A quick fix would be setInterval(function(){ $("a") && $("a").click() }, 100)
by tensaix2j 12y ago
Actually the oneliner does work. (Although it throws error when a is not found.)
A quick fix would be
setInterval(function(){ $("a") && $("a").click() }, 100)