首页
社区
脚本列表
浏览器扩展
登 录
你真棒
首页
代码
反馈
评分
版本列表
// ==UserScript== // @name 你真棒 // @namespace Violentmonkey Scripts // @match https://*/* // @grant none // @version 1.0.2 // @author - // @description 2021/11/23 上午12:33:19 // ==/UserScript== (function() { 'use script'; alert('你真棒!') })();