// ==UserScript== // @name 你真棒 // @namespace Violentmonkey Scripts // @match https://*/* // @grant none // @version 1.0 // @author - // @description 2021/11/23 上午12:33:19 // ==/UserScript== (function() { 'use script'; alert('你真棒!') })();