// ==UserScript== // @name 自动下载酷狗音乐 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @include *://*.kugou.com/song* // @match https://www.zuihuimai.net/vrhr/loading.php // @grant GM_download // @grant GM_openInTab // @grant GM_setValue // @grant GM_getValue // @grant GM_xmlhttpRequest // @grant GM_addStyle // @grant unsafeWindow // @grant GM_setClipboard // @grant GM_getResourceURL // @grant GM_getResourceText // @connect * // @downloadURL none // ==/UserScript== (function() { 'use strict'; if(window.GM_download){ console.log("此时可以使用"); }else{ console.log("--------------------"); } function getHashParams(key) { var arr = location.hash.replace("#", "").split("&"), keyValue = ""; for (var i = 0;i