work

test

目前为 2023-02-26 提交的版本。查看 最新版本

// ==UserScript==
// @name         work
// @namespace    http://tampermonkey.net/
// @version      0.1
// @license      MIT
// @description  test
// @author       fc
// @match        *://*
// @grant        none
// ==/UserScript==

(function () {
	"use strict";
	console.log('hello');
})();