Ranobelib.me chapter titles

Show chapter title on page of Ranobelib

  1. // ==UserScript==
  2. // @name Ranobelib.me chapter titles
  3. // @namespace http://tampermonkey.net/
  4. // @license MIT
  5. // @version 1.0
  6. // @description Show chapter title on page of Ranobelib
  7. // @author DikUln
  8. // @match https://ranobelib.me/*/*
  9. // @icon https://www.google.com/s2/favicons?sz=64&domain=ranobelib.me
  10. // @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
  11. // @grant none
  12. // ==/UserScript==
  13.  
  14. (function() {
  15. 'use strict';
  16.  
  17. $(".reader-container").prepend('<p>' + window.__DATA__.current.chapter_name + '</p>');
  18.  
  19. })();

QingJ © 2025

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