Hacker News new | ask | show | jobs
by tensaix2j 4429 days 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)