图灵阅读标题栏固定

固定阅读页标题栏

目前为 2019-08-22 提交的版本。查看 最新版本

// ==UserScript==
// @name         图灵阅读标题栏固定
// @namespace    https://github.com/atever/browserfork/edit/master/ituring.js
// @version      0.1
// @description  固定阅读页标题栏
// @license      MIT License
// @author       [email protected]
// @match        http://www.ituring.com.cn/book/tupubarticle/*
// @grant        none
// ==/UserScript==


(function() {
  'use strict';
  document.getElementsByClassName("layout-head")[0].style='position: absolute';
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址