This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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/ |