MapoMagpie / eh-view-enhance

Manga Viewer + Downloader, Focus on experience and low load on the site. Support: e-hentai.org | exhentai.org | pixiv.net | 18comic.vip | nhentai.net | hitomi.la | rule34.xxx | danbooru.donmai.us | gelbooru.com | twitter.com
MIT License
264 stars 8 forks source link

Suggestion: Add the ability to view last image as first and all previous images subsequently in a reverse order #69

Open HahaLongB0y opened 2 months ago

HahaLongB0y commented 2 months ago

alot of the image sites have the images in the incorrect order based on newest date/time of posts, when i want to view images in the correct order i need to go to the last image of the search and then go in the reverse order, also when selecting the last page of the search i cannot view all previous images other than that single page, if the search is 100+ pages and 1000's of images i need to wait 10 or so minutes to go to the last image and do the former, i think adding the ability to have the last page first and being able to view it in order would be very helpful, any page would be the best selecting say image 700/1600 and then being able to view images before and after need to be fixed.

MapoMagpie commented 2 months ago

In an asynchronous architecture, it is not easy to load previous images. Each image has a corresponding index in the list, and appending images forward can have a significant impact. However, I will try to implement this feature when I have some free time.