# iPadMangaReader **Repository Path**: nice-cms/iPadMangaReader ## Basic Information - **Project Name**: iPadMangaReader - **Description**: 这是一个用于各种在线漫画平台的阅读器 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2026-01-15 - **Last Updated**: 2026-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iPad Online Manga Reader ### 这是一个用于各种在线漫画平台的阅读器。 特点: * 非app, iOS设备safari中直接使用 * 漫画页面会自动向后预读数页,提高阅读流畅度 本程序是在[ipad Online Manga Reader](http://yujianrong.bitbucket.org/JsTool/iPadMangaReader/)上的修改。 适用站点: * [汗汗漫画](http://goxiee.com/) * [爱漫画](http://m.2manhua.com/) 使用方法: 将下面的代码保存成书签 ```javascript javascript:(function(){if(!document.getElementById("iPadReader")){var a=document.createElement("script");a.setAttribute("type","text/javascript");a.setAttribute("charset","utf-8");a.src="http://zhouxiumin123.oschina.io/ipadmangareader/Reader.js";a.id="iPadReader";document.head.appendChild(a)}})(); ``` 本地测试用: ```javascript javascript:(function(){if(!document.getElementById("iPadReader")){var a=document.createElement("script");a.setAttribute("type","text/javascript");a.setAttribute("charset","utf-8");a.src="http://localhost:8080/Reader.js";a.id="iPadReader";document.head.appendChild(a)}})(); ``` js书签测试: ```javascript javascript:alert('hello,world'); ``` 视频提取测试用: ```javascript javascript:(function(){if(!document.getElementById("iPadReader")){var a=document.createElement("script");a.setAttribute("type","text/javascript");a.setAttribute("charset","utf-8");a.src="http://localhost:8080/mobileReader.js";a.id="iPadReader";document.head.appendChild(a)}})(); ``` ```javascript javascript:(function(){if(!document.getElementById("mobileReader")){window.a=document.createElement("link");a.setAttribute("type","text/css");a.href="https://www.layuicdn.com/layui-v2.4.5/css/layui.css";a.rel="stylesheet";document.head.appendChild(a);a=document.createElement("script");a.setAttribute("type","text/javascript");a.setAttribute("charset","utf-8");a.src="https://www.layuicdn.com/layui-v2.4.5/layui.js";document.head.appendChild(a);function load(){a=document.createElement("script");a.setAttribute("type","text/javascript");a.setAttribute("charset","utf-8");a.src="https://fq.zhouxiumin.top/mobileReader.js";a.id="mobileReader";document.head.appendChild(a)}window.setTimeout(load,100)}})(); ```