Skip to content

Instantly share code, notes, and snippets.

@illepic
Created January 29, 2013 18:15
Show Gist options
  • Save illepic/4666308 to your computer and use it in GitHub Desktop.
Save illepic/4666308 to your computer and use it in GitHub Desktop.
TurnTable Lonely
javascript:(function(){for(var x in turntable){if(turntable[x] != null&&turntable[x].hasOwnProperty('numDjs')&&!turntable[x].hasOwnProperty('numDjsClone')){turntable[x]['numDjsClone']=turntable[x]['numDjs'];turntable[x]['numDjs']=function(){if(this.numDjsClone()==1)return 0;else return this.numDjsClone();};alert("NOP's Lonely DJ Deafness Cure Applied Successfully :)");}}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment