demo

new script

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

  1. // ==UserScript==
  2. // @name demo
  3. // @namespace https://github.com/Zhihui412
  4. // @version 0.1
  5. // @description new script
  6. // @author dosto
  7. // @match *://*
  8. // @license AGPL-3.0
  9. // @icon https://www.google.com/s2/favicons?sz=64&domain=git-scm.com
  10. // @grant none
  11. // ==/UserScript==
  12. (function() {
  13. 'use strict';
  14. console.log('hello world');
  15. })();

QingJ © 2025

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