// ==UserScript== // @namespace http://www.pish.com // @name 图灵阅读 // @version 0.0.3 // @grant none // @match https://www.ituring.com.cn/book/tupubarticle/* // @require https://cdn.staticfile.org/jquery/3.3.0/jquery.min.js // @description 提升图灵社区中电子书的在线阅读体验 // @license MIT License // @downloadURL none // ==/UserScript== $('div.container.book-page').siblings('.layout-head').hide();