YouHouDownLoadTableInfoTest

download yg page info

// ==UserScript==
// @name         YouHouDownLoadTableInfoTest
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  download yg page info
// @author       You
// @match        https://*/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        GM_addStyle
// @license MIT
// ==/UserScript==

(function() {
    'use strict';
    console.log(12345966)
    console.log("金恒")
    // Your code here...
})();