Test

for test !

As of 2022-08-13. See the latest version.

  1. // ==UserScript==
  2. // @name Test
  3. // @namespace https://beihuolang.net
  4. // @version 0.1
  5. // @description for test !
  6. // @author superhan
  7. // @match *://*
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=bilibili.com
  9. // @grant none
  10. // @license AGPL-3.0
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. console.log("hello superhan ")
  16. // Your code here...
  17. })();