Greasy Fork is available in English.

图灵阅读

提升图灵社区中电子书的在线阅读体验

// ==UserScript==
// @namespace    http://www.pish.com
// @name         图灵阅读
// @version      0.0.4
// @grant        none
// @match        https://www.ituring.com.cn/book/tupubarticle/*
// @match        https://www.ituring.com.cn/book/miniarticle/*
// @require      https://cdn.staticfile.org/jquery/3.3.0/jquery.min.js
// @description  提升图灵社区中电子书的在线阅读体验
// @license      MIT License
// ==/UserScript==

$('div.container.book-page').siblings('.layout-head').hide();