// ==UserScript== // @name New Userscript // @namespace https://www.baidu.com/* // @version 0.0.1 // @description try to take over the world! // @author You // @match https://www.baidu.com/* // @grant none // ==/UserScript== (function() { 'use strict'; alert('HelloWorld') })();