// ==UserScript== // @name 提醒自己这里面有不该看的内容 // @namespace http://tampermonkey.net/ // @version 2025-03-24 1.8 // @description 强制自己不要看不应该看的东西 // @author You // @match *://*/* // @exclude *://www.baidu.com/* // @exclude *://*.bing.com/* // @exclude *://*.google.com/* // @exclude https://greasyfork.org/* // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant none // @downloadURL https://update.greasyfork.icu/scripts/519808/%E6%8F%90%E9%86%92%E8%87%AA%E5%B7%B1%E8%BF%99%E9%87%8C%E9%9D%A2%E6%9C%89%E4%B8%8D%E8%AF%A5%E7%9C%8B%E7%9A%84%E5%86%85%E5%AE%B9.user.js // @updateURL https://update.greasyfork.icu/scripts/519808/%E6%8F%90%E9%86%92%E8%87%AA%E5%B7%B1%E8%BF%99%E9%87%8C%E9%9D%A2%E6%9C%89%E4%B8%8D%E8%AF%A5%E7%9C%8B%E7%9A%84%E5%86%85%E5%AE%B9.meta.js // ==/UserScript== (function() { 'use strict'; function alertContent(title) { var tips = "你正在浏览"+ title +"相关的内容,你不应该看这些内容,关闭它!" document.body.innerHTML = '