Skip to content

Instantly share code, notes, and snippets.

@coryshaw1
Last active February 16, 2017 14:55

Revisions

  1. coryshaw1 revised this gist Feb 16, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion dubx.user.js
    Original 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; 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>');
    $('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();
  2. coryshaw1 created this gist Feb 16, 2017.
    15 changes: 15 additions & 0 deletions dubx.user.js
    Original 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);