1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | // ==UserScript== // @name zhihu // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://*.zhihu.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=zhihu.com // @grant none // ==/UserScript== ( function () { 'use strict' ; const $style = document.createElement( 'style' ); $style.type = 'text/css' ; $style.textContent = `.Modal-wrapper{display:none !important;} body{overflow:scroll;height:100vh;}`; document.head.appendChild($style); window.onload = ()=>{ const chosen = document.getElementsByClassName( 'Modal-backdrop' )[0].parentElement.parentElement.parentElement.parentElement chosen.parentNode.removeChild(chosen) } })(); |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· 单线程的Redis速度为什么快?
· 展开说说关于C#中ORM框架的用法!
· Pantheons:用 TypeScript 打造主流大模型对话的一站式集成库
· SQL Server 2025 AI相关能力初探