Test

for test !

As of 2022-08-13. See the latest version.

// ==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...
})();