for test !
当前为
// ==UserScript==
// @name Test
// @namespace https://beihuolang.net
// @version 0.1
// @description for test !
// @author superhan
// @match *://*
// @icon https://www.google.com/s2/favicons?sz=64&domain=bilibili.com
// @grant none
// @license AGPL-3.0
// ==/UserScript==
(function() {
'use strict';
console.log("hello superhan ")
// Your code here...
})();