// ==UserScript== // @name 提醒自己这里面有不该看的内容 // @namespace http://tampermonkey.net/ // @version 2025-03-24 1.6 // @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 none // ==/UserScript== (function() { 'use strict'; function alertContent(title) { var tips = "你正在浏览"+ title +"相关的内容,你不应该看这些内容,关闭它!" document.body.innerHTML = '