demo

new script

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

// ==UserScript==
// @name         demo
// @namespace    https://github.com/Zhihui412
// @version      0.2
// @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('Bonjour!!!');
    
})();