F**k zhihu

知乎免登录(不可用)

目前为 2022-08-12 提交的版本。查看 最新版本

// ==UserScript==
// @name         F**k zhihu
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  知乎免登录(不可用)
// @author       newwbbie
// @license      MIT
// @match        https://zhuanlan.zhihu.com/*
// @match        https://www.zhihu.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=zhihu.com
// @grant        none
// ==/UserScript==
let ready = setInterval(function () {
  //document.querySelector("body > div:nth-child(33) > div > div").style.display = 'none';
  if (document.querySelector('.Modal-closeButton')) {
    document.querySelector('.Modal-closeButton').click();
    clearInterval(ready);
  }
}, 100);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址