Skip to content

Instantly share code, notes, and snippets.

@numeraltwo
Created April 13, 2012 23:23
Show Gist options
  • Save numeraltwo/2380864 to your computer and use it in GitHub Desktop.
Save numeraltwo/2380864 to your computer and use it in GitHub Desktop.
Cheatin' bookmarklets for tugofstore.com ;-p
//SAVE THIS BOOKMARK AS COOL
javascript:var COOL = Tug.utils.registerMousePosition(window.width); for (i=0;i<=100;i++){socket.emit('click', { click: true, vote: COOL});}
//SAVE THIS BOOKMARK AS CRAP
javascript:var CRAP = Tug.utils.registerMousePosition(0); for (i=0;i<=100;i++){socket.emit('click', { click: true, vote: CRAP});}
@jgv
Copy link

jgv commented Apr 13, 2012

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment