// ==UserScript== // @name tag 测试脚本 // @namespace https://docs.scriptcat.org/ // @version 0.1.0 // @description try to take over the world! // @author You // @match https://*/* // @grant none // @tag tag1,tag2 tag3 // ==/UserScript== (function() { 'use strict'; // Your code here... })();