Skip to content

Instantly share code, notes, and snippets.

@nderscore
Last active December 18, 2015 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nderscore/5746272 to your computer and use it in GitHub Desktop.
Save nderscore/5746272 to your computer and use it in GitHub Desktop.
Bookmarklet. Prevents deafness for lonely DJ's on turntable.fm
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;return this.numDjsClone();};alert("Deafness cure applied successfully! :)");}}})();
/* _nderscore/turntable.fm */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment