获得徽章 0
赞了这篇沸点
去掉知乎强制登录-pc

// ==UserScript==
// @name 去掉逼乎强制登录
// @namespace tampermonkey.net
// @version 0.1
// @description try to take over the world!
// @author You
// @match www.zhihu.com*
// @grant none
// ==/UserScript==

(function() {
'use strict';
let style = document.createElement('style')
style.innerHTML = `.Modal-wrapper{display:none!important;}
html {overflow: initial!important;}
`
window.document.head.append(style)
window.onload = function () {
document.querySelector('.Modal-wrapper').remove()
}
// Your code here...
})();
展开
11
关注了
屑前端 @1085创业公司
关注了标签 招聘 招聘
屑前端 @1085创业公司
关注了标签 React Native React Native
屑前端 @1085创业公司
关注了标签 Docker Docker
屑前端 @1085创业公司
关注了标签 Redis Redis
屑前端 @1085创业公司
关注了标签 Webpack Webpack
屑前端 @1085创业公司
关注了标签 设计 设计
屑前端 @1085创业公司
关注了标签 设计模式 设计模式
屑前端 @1085创业公司
关注了标签 数据库 数据库
屑前端 @1085创业公司
关注了标签 Node.js Node.js
屑前端 @1085创业公司
下一页