// ==UserScript== // @name gjl恶搞精神小伙 // @namespace gjl // @version 1.0.0 // @description 恶搞精神小伙 // @author gjl // @icon // @match https://cn.bing.com/search // @require https://cdn.bootcdn.net/ajax/libs/jquery/3.5.1/jquery.min.js // @downloadURL none // ==/UserScript== (function () { let name = "张三" let text = $("#sb_form_q").val(); if (text == name) { $($(".b_algo a")[0]).text(`中国新闻:太原境内${name} 不幸身患精神病 被强制隔离`) // 注掉会关闭水印 } })();