AutoWoot

plug.dj autowoot

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/6572/25604/AutoWoot.js

$("#woot").click();
API.on(API.ADVANCE, autowoot);
function autowoot(){ $("#woot").click(); }