Skip to content

Instantly share code, notes, and snippets.

@coryshaw1
Last active March 22, 2021 13:35
Show Gist options
  • Save coryshaw1/c1c2e7aa00a0039d1057b8e2cda85e7b to your computer and use it in GitHub Desktop.
Save coryshaw1/c1c2e7aa00a0039d1057b8e2cda85e7b to your computer and use it in GitHub Desktop.
Autorun Dub+ on queup.net
// ==UserScript==
// @name Dub+
// @namespace https://github.com/DubPlus/DubPlus/
// @description Autorun Dub+ on dubtrack.fm
// @author MBSURFER, CISCOG
// @include https://*.queup.net/*
// @version 2.0.0
// @grant none
// @require https://code.jquery.com/jquery-3.3.1.min.js
// @require https:/queup.net/assets/js/plugins/fn.jquery.js
// @require https://queup.net/assets/js/plugins/jquery.multisortable.js
// ==/UserScript==
setTimeout(function(){
$.getScript('https://cdn.jsdelivr.net/gh/DubPlus/DubPlus/dubplus.min.js');
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment