Guest User

Untitled

a guest
Jan 12th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. javascript:(function(window,turntable){var autobop=0,rm;for(i in window)if(window[i]&&window[i].callback){rm=window[i];break}turntable.socket.on("message",function(a){b=JSON.parse(a),b.command=="newsong"&&autobop&&setTimeout(function(){rm.callback("upvote")},Math.random()*60000)}),$('<div class="menuItem">').html("Enable AutoBop").css("color","Green").click(function(){$(this).text().split(" ").indexOf("Enable")>=0?(autobop=1,$(this).html("Disable AutoBop"),$(this).css("color","Red")):(autobop=0,$(this).html("Enable AutoBop"),$(this).css("color","Green"))}).insertAfter("#menuh>div:nth-child(2)")})(window,turntable)
Add Comment
Please, Sign In to add comment