知乎不登錄無法瀏覽信息的油猴腳本解決方案(2020年12月1日 可用)


// ==UserScript==
// @name         知乎凈化
// @namespace    http://nzxy.kim/
// @version      0.1
// @description  知乎登錄問題
// @author       You
// @match        *.zhihu.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    const styleElement     = document.createElement('style')
    styleElement.innerHTML = `
      .Modal-enter-done{
        display: none
      }
      .QuestionPage{
        overflow: scroll;
        max-height: 100vh
      }
      .Pc-word{
        display: none;
      }
      .Pc-card{
        display: none;
      }
      `
    document.body.appendChild(styleElement)
})();


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM