Skip to content

Instantly share code, notes, and snippets.

@Uricorn
Created July 16, 2016 09:08
Show Gist options
  • Save Uricorn/5309e513bbc71910ec29978fc2a11fc8 to your computer and use it in GitHub Desktop.
Save Uricorn/5309e513bbc71910ec29978fc2a11fc8 to your computer and use it in GitHub Desktop.
AutoLoads OngakuScript on Youtube.
// ==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