Skip to content

Instantly share code, notes, and snippets.

@super-fishz
Last active April 11, 2017 08:55
Show Gist options
  • Save super-fishz/e002d291d9bd342dd7ba1fcefcb5559e to your computer and use it in GitHub Desktop.
Save super-fishz/e002d291d9bd342dd7ba1fcefcb5559e to your computer and use it in GitHub Desktop.
jazz radio ads auto clicker
setInterval(function() {
$('.modal-btn, .icon-cross3.panel-close, .countdown-btn').each(function() {
$(this).click();
});
console.log('work work');
}, 10000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment