// ==UserScript== // @name Keep Learning // @namespace https://greasyfork.org/ // @version 2.0 // @description Keep Coding // @author Konjak // @match *://*.luogu.com.cn/* // @match *://*.baidu.com/* // @match *://*.csdn.net/* // @grant None // @downloadURL https://update.greasyfork.icu/scripts/407966/Keep%20Learning.user.js // @updateURL https://update.greasyfork.icu/scripts/407966/Keep%20Learning.meta.js // ==/UserScript== (function() { 'use strict'; // Your code here... alert("好好学习,不留任何遗憾!"); window.open("https://gmoj.net/junior/#main/home/", "_self"); })();