Greasy Fork

Greasy Fork is available in English.

图灵阅读

移除图书阅读页面上的导航栏

当前为 2019-04-19 提交的版本,查看 最新版本

// ==UserScript==
// @namespace    http://www.pish.com
// @name         图灵阅读
// @version      1
// @grant        none
// @match        http://www.ituring.com.cn/book/tupubarticle/*
// @require      https://cdn.staticfile.org/jquery/3.3.0/jquery.min.js
// @description  移除图书阅读页面上的导航栏
// ==/UserScript==

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