我发现如果在代码块里放一个 @ljy05 ,就会变成这样:
@ljy05
这会导致油猴插件变成这样:
// ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 2024-09-16 // @description try to take over the world! // @author You // @match http://*/* // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant none // ==/UserScript== (function() { 'use strict'; // Your code here... })();