// ==UserScript== // @name NitasToolBox // @version 1.0 // @namespace NitasToolBox_plugin // @match https://www.wolai.com/* // @description NitaToolBox浏览器插件 // @author Nita // @downloadURL none // ==/UserScript== ( function () { alert("Hello World!"); } )