// ==UserScript== // @name 一路学 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match *://*.ylxue.net/* // @grant none // @downloadURL https://update.greasyfork.icu/scripts/419922/%E4%B8%80%E8%B7%AF%E5%AD%A6.user.js // @updateURL https://update.greasyfork.icu/scripts/419922/%E4%B8%80%E8%B7%AF%E5%AD%A6.meta.js // ==/UserScript== (function () { 'use strict'; alert("欢迎使用!评论区留言,留下您的联系方式") // Your code here... })();