Test

for test !

Per 13-08-2022. Zie de nieuwste versie.

// ==UserScript==
// @name         Test
// @namespace    https://beihuolang.net
// @version      0.1
// @description  for test !
// @author       superhan
// @match        *://*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=bilibili.com
// @grant        none
// @license      AGPL-3.0
// ==/UserScript==

(function() {
    'use strict';
    console.log("hello superhan ")
    // Your code here...
})();