// ==UserScript== // @name 解决uid1谜题问题 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 我厉害 // @author yangrou // @match *://gitblock.cn/* // @match *://aerfaying.com/* // @icon https://cdn.gitblock.cn/Media?name=11E4D54652FE811D8AE24371393C95C2.svg // @grant none // @license MIT // @downloadURL none // ==/UserScript== (function() { 'use strict'; $("head").append(""); })();