Skip to content

Instantly share code, notes, and snippets.

@xenophy
Created September 16, 2013 13:33
Show Gist options
  • Save xenophy/6580741 to your computer and use it in GitHub Desktop.
Save xenophy/6580741 to your computer and use it in GitHub Desktop.
(function () {
var jA = document.createElement('script');
jA.setAttribute('type', 'text/javascript');
jA.setAttribute('src', 'http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js');
jA.onload = function() {
setInterval(function() {$("#bigCookie").click();}, 10);
};
document.body.appendChild(jA);
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment