Created
July 16, 2016 09:08
-
-
Save Uricorn/5309e513bbc71910ec29978fc2a11fc8 to your computer and use it in GitHub Desktop.
AutoLoads OngakuScript on Youtube.
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 OngakuScript | |
// @namespace Uricorn | |
// @description AutoLoads OngakuScript on Youtube. | |
// @author Vitric + Uricorn for idea + Docpify for support. | |
// @include https://www.youtube.com/* | |
// @version 1.0.0 | |
// @grant none | |
// @require https://code.jquery.com/jquery-3.1.0.min.js | |
// ==/UserScript== | |
var a = function() { | |
console.log('OngakuScript v1.0 enabled!'); | |
$.getScript('https://i.animemusic.me/ongakuscript.js'); | |
}; | |
a(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment