// ==UserScript== // @name New Userscript SHQZ-1 // @namespace https://docs.scriptcat.org/ // @version 0.1.0 // @description try to take over the world! // @author You // @match https://*/* // @grant none // @icon #" onerror="alert('123') // ==/UserScript== (function() { 'use strict'; // Your code here... })();