Last active
February 16, 2017 14:55
Revisions
-
coryshaw1 revised this gist
Feb 16, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ // @grant none // ==/UserScript== $('body').prepend('<div class="cake" style=" z-index: 2147483647; color: white; position: fixed; bottom: 54px; right: 10px; background: #222; padding: 13px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); border-radius: 5px;">Waiting for Dubtrack...</div>'); setTimeout(function(){ $.getScript('https://rawgit.com/coryshaw1/DubX-Script/master/beta.js'); $('.cake').remove(); -
coryshaw1 created this gist
Feb 16, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ // ==UserScript== // @name dubX // @namespace https://github.com/coryshaw1/DubX-Script/ // @description Autorun DubX on dubtrack.fm // @author MBSURFER, CISCOG. HELP RECIEVED FROM: KRIS, SACHI AND THEDARK1337. // @include https://*.dubtrack.fm/* // @version 1.0 // @grant none // ==/UserScript== $('body').prepend('<div class="cake" style=" z-index: 2147483647; color: white; position: fixed; bottom: 54px; left: 27px; background: #222; padding: 13px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); border-radius: 5px;">Waiting for Dubtrack...</div>'); setTimeout(function(){ $.getScript('https://rawgit.com/coryshaw1/DubX-Script/master/beta.js'); $('.cake').remove(); }, 5000);