Ranobelib.me chapter titles

Show chapter title on page of Ranobelib

目前为 2023-09-19 提交的版本。查看 最新版本

// ==UserScript==
// @name         Ranobelib.me chapter titles
// @namespace    http://tampermonkey.net/
// @license      MIT
// @version      1.0
// @description  Show chapter title on page of Ranobelib
// @author       DikUln
// @match        https://ranobelib.me/*/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=ranobelib.me
// @require      https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    $(".reader-container").prepend('<p>' + window.__DATA__.current.chapter_name + '</p>');

})();

QingJ © 2025

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