Skip to content

Instantly share code, notes, and snippets.

@evanslify
Created July 9, 2016 04:43
Show Gist options
  • Save evanslify/7e543c6f9bf9f020179427e491c96f7a to your computer and use it in GitHub Desktop.
Save evanslify/7e543c6f9bf9f020179427e491c96f7a to your computer and use it in GitHub Desktop.
This scripts helps you buy tickets on KKTIX by bypassing the alert box, and saves your mouse button / keyboard from overusing.
window.alert = function() {
console.log('alert');
};
var btn = $('#registrationsNewApp > div > div:nth-child(5) > div.form-actions.plain.align-center > button');
setInterval(function () {btn.click();}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment