Plug.dj Scripts
Just open up your browser's developer tools and paste these scripts in the console.
Just open up your browser's developer tools and paste these scripts in the console.
API.getUsers().forEach(function (user) { if (user.vote == -1) { console.log(user.username + "\n"); } });
$(".show-donate").css('height', parseInt($("#donate-box").height()) + parseInt($(".show-donate").css('height').replace('px', ''))).removeClass('show-donate'); $("#donate-box").remove();
API.on(API.ADVANCE, function () { setTimeout(function () { $("#woot").click(); }, 10000); });
API.on(API.ADVANCE, function () { setTimeout(function () { $("#meh").click(); }, 10000); });
API.on(API.ADVANCE, function () { setTimeout(function () { $("#grab").click(); setTimeout(function () { $(".pop-menu.grab li").first().mousedown(); }, 1000); }, 10000); });