图灵阅读-固定标题栏

固定阅读页标题栏

  1. // ==UserScript==
  2. // @name 图灵阅读-固定标题栏
  3. // @namespace https://github.com/atever/browserfork/edit/master/ituring.js
  4. // @version 0.1.1
  5. // @description 固定阅读页标题栏
  6. // @license MIT License
  7. // @author ateveryuan@gmail.com
  8. // @match *.ituring.com.cn/book/tupubarticle/*
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12.  
  13. (function() {
  14. 'use strict';
  15. document.getElementsByClassName("layout-head")[0].style='position: absolute';
  16. })();

QingJ © 2025

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