Test

try to take over the world!

As of 13.08.2022. See ბოლო ვერსია.

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