Skip to content

Instantly share code, notes, and snippets.

@erikformella
Created April 15, 2012 16:34
Show Gist options
  • Save erikformella/2393735 to your computer and use it in GitHub Desktop.
Save erikformella/2393735 to your computer and use it in GitHub Desktop.
If you have half a heart and like Ian Donovan or Matt Naz you will use this.
// First and foremost, go to the NCCC site and watch one of the Tufts videos.
// Next execute this code using your browser's javascript console.
// In Chrome, press command + option + j to open the developer console. Alternatively, navigate to View > Developer > JavaScript Console. Paste this whole test file into the console that just opened.
// In Firefox, use the Firebug extension to execute javascript.
// In other browsers, kill yourself.
// You must leave the window open for the code to keep voting for our dudes.
function destroy_this() {
vote.castVote();
window.setTimeout(destroy_this, 305000);
}
destroy_this();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment