UNPKG

userscript-parser

Version:
23 lines (21 loc) 771 B
// ==UserScript== // @name Awesome Script // @description This script even does the laundry! // @downloadURL https://www.example.com/myscript.user.js // @homepageURL https://github.com/gantt/downloadyoutube // @author Gantt // @version 1.8.3 // @date 2015-05-17 // @include https://www.youtube.com/* // @exclude https://www.youtube.com/embed/* // @match https://www.youtube.com/* // @match https://manifest.googlevideo.com/* // @match https://*.googlevideo.com/videoplayback* // @match https://*.youtube.com/videoplayback* // @grant GM_xmlhttpRequest // @grant GM_getValue // @grant GM_setValue // @run-at document-end // @license MIT License // ==/UserScript== var whoami = 'USERSCRIPT'