// ==UserScript== // @name 百度文库界面清理 // @namespace http://cesium.xin/ // @version 0.1.2 // @description 清除百度文库界面上多余节点,给你一个清爽的阅读环境 // @author You // @icon https://www.baidu.com/cache/icon/favicon.ico // @match http://wenku.baidu.com/* // @match https://wenku.baidu.com/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; $("head").append ( '' ); var content = document.getElementById('reader-container-inner-1'); let divEle = document.getElementById('hqdiv'); if(!divEle){ var para = document.createElement("div"); para.innerHTML = '
'; document.body.appendChild(para); $("#hqdiv").append('