// ==UserScript== // @name 一路学 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match *://*.ylxue.net/* // @grant none // @downloadURL none // ==/UserScript== (function () { 'use strict'; alert("欢迎使用!评论区留言,留下您的联系方式") // Your code here... })();