Last active
March 25, 2025 13:59
-
-
Save coryshaw1/c1c2e7aa00a0039d1057b8e2cda85e7b to your computer and use it in GitHub Desktop.
Autorun Dub+ on queup.net
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Dub+ | |
// @namespace https://github.com/DubPlus/DubPlus/ | |
// @description Autorun Dub+ on dubtrack.fm and queup.net | |
// @author MBSURFER, CISCOG | |
// @include https://*.queup.net/* | |
// @version 4.0.0 | |
// @grant none | |
// ==/UserScript== | |
setTimeout(function(){ | |
const s = document.createElement('script'); | |
s.src = "https://cdn.jsdelivr.net/gh/DubPlus/DubPlus/dubplus.js"; | |
document.body.appendChild(s); | |
}, 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated and confirmed working