Skip to content

Instantly share code, notes, and snippets.

@SchmidtDavid
SchmidtDavid / betterMokuro.js
Created September 1, 2025 15:59
Fixes: Preloads images right away (especially nice on mokuro.moe - the images start loading basically instantly on my computer/web connection) Combine nearby text boxes so that mokuro stops splitting sentences&words in the middle (enables better parsing, copy paste, etc) Consistent font & font size for the japanese text, higher contrast. Vertica…
// ==UserScript==
// @name Better Mokuro
// @version 1.0
// @description Enhances Mokuro-generated manga HTML files by preloading images, merging nearby text boxes, applying consistent Japanese font and higher contrast, and enabling vertical scrolling. Disable Migaku before running.
// @author David Schmidt
// @match *://*.mokuro.moe/*
// @note Also works on local Mokuro HTML files (file://) when run in the console
// @run-at document-end
// @license CC0-1.0
// @namespace https://gist.github.com/