demo

new script

当前为 2022-09-22 提交的版本,查看 最新版本

// ==UserScript==
// @name         demo
// @namespace    https://github.com/Zhihui412
// @version      0.1
// @description  new script
// @author       dosto
// @match        *://*
// @license      AGPL-3.0
// @icon         https://www.google.com/s2/favicons?sz=64&domain=git-scm.com
// @grant        none
// ==/UserScript==
 
(function() {
    'use strict';
 
    console.log('hello world');
    
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址