模板
// ==UserScript==
// @name template
// @name:zh-CN template
// @namespace https://changxiang.fun
// @version 0.1
// @description template1
// @author chang
// @include https://live.bilibili.com/*
// @license AGPL-3.0
// @icon https://blog.chrxw.com/favicon.ico
// @description:zh-cn 模板
// ==/UserScript==
(function(){
"use strict";
console.log("hpllo,world");
})();