Autovoting on turntable.fm
First, props to @tivs for the clever automatically voting hack. He figured out we could write a simple loop to always vote for DJ’s on turntable.fm. I then converted it to a bookmarklet.
Drag this to your bookmarks bar: turntable.vote and click it!
Here’s the code:
javascript:(function(){setInterval(function(){$('#btn_upvote').click()},10000);})();
Motivation
The motivation for this hack, which is awfully close to a cheat, is so I can minimize the window and get back to work. If I don’t like the music, I’ll just switch rooms. Keeps my characters head bobbing and keeps the love for the DJ’s flowing.
Generally, though, the coding soundtrack has been awesome.