demo

new script

От 22.09.2022. Виж последната версия.

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