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.greatest.deepsurf.us/scripts/6572/25604/AutoWoot.js

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