拦截母牛的官网
// ==UserScript== // @name 迷你世界真垃圾 // @namespace https://space.bilibili.com/1673727239?spm_id_from=333.337.0.0 // @version 0.5.5 // @run-at document-start // @description 拦截母牛的官网 // @author #景行 // @match *://*.mini1.cn/* // @match *://*.miniaixue.com/* // @grant none // @license GNU GPLv2 // @icon https://i2.hdslb.com/bfs/face/a9d1ccdb45c931599c4e3d00ffda43c25d067706.jpg@240w_240h_1c_1s.webp // ==/UserScript== (function() { 'use strict'; document.write('<script>window.alert("迷你已成功拦截");</script><title>网警提示您注意安全</title><body><h1>母牛世界官网已被拦截</h1>') // Your code here... })();