- Retrieve all images and scroll down to view, as auto pager do
- See two images in left and right
- Set retrieving range
- Set image height to view height
This user script is tested under Mozilla Firefox . To run user scripts, you have to install Greasemonkey first.
Might be able to run under Google Chrome with Tampermonkey.
drag build/ehr.user.js
into Firefox and click "install" button,
or simply open build/ehr.user.js.
Open an image in any e-hentai gallery, you will see some buttons below the title:
Double Frame
will double the viewing image frame, allows two images showing left and right.Retrieve!
will retrieve all images (or user-defined range) in the gallery.Set Range
can set image retreveing range, including end.View Height
will force set the image height to 100% view height- For each image a small swap button hiding at the top-left corner, move your mouse to see it and click! It will swap the image with previous image.
- Like above, a hide button at the top-right corner will temporary remove the image.
- At the bottom-right corner page number will show if mouse hover.
Requirement:
- Node.js for building only
First clone this repository:
git clone https://github.com/s25g5d4/e-hentai-retriever
Install dependencies:
npm install
Run build:
npm run build
or (with webpack installed globaly) webpack