Skip to content

Instantly share code, notes, and snippets.

View webdevbrian's full-sized avatar
💻

Brian webdevbrian

💻
View GitHub Profile
@webdevbrian
webdevbrian / RFAWooter
Last active March 5, 2021 19:58
Simple autowooter for the "new" turntable.fm For the fam @ RFA! We're back baby!!! https://turntable.fm/reggae_for_all
javascript:(function()%7B(function%20(%24)%20%7B%24(document).ready(function%20()%20%7Bfunction%20transition()%20%7B%24('.awesome-button').click()%3Bconsole.log('RFA%20Wooter%20fired')%3B%7DsetInterval(transition%2C%20Math.floor(Math.random()%20*%2015000)%20%2B%202000)%3B%7D)%3B%7D)(jQuery)%7D)()