onemangahelper

By Samuel Liew Last update Jul 17, 2010 — Installed 168,412 times.

Prev/Next Chap. Buttons on bottom

in
Subscribe to Prev/Next Chap. Buttons on bottom 7 posts, 3 voices



tkmura87 User

Loving the updated script!
Is there a way to duplicate the Chapter Dropdown, Previous Ch. and Next Ch. buttons on the bottom of the page?
That way when you are done reading the chapter, you can simply press "Next Chapter"

Thanks in advance!!

 
Samuel Liew Script's Author

Hi tkmura87,

Thank you for your use and support of this script.

I have previously thought about the feature you requested, but currently it is not that straightforward to add that in as the function 'showall' is a dynamic function that I have to insert into the page, and it runs only when the user clicks on the link to display all images.

It will be possible to do so if I make all images display on page load, but that will be against my original interests. The original intention of this script is to help list out direct links to the images, so that you can use a link grabber to download the entire chapter. The 'showall' part is just an extra side-feature.

If there are many people who prefers the script to show all images by default, reply to this post and put in your word. Right now I don't see many people using this script, much less care to comment.

 
tkmura87 User

Hey Samuel,

Alright, well for the record I support anything you do with this script! Its great! Thanks for making it!!

 
Samuel Liew Script's Author

Hi tkmura87, thanks for the script review!

I am pleased to inform you that the requested feature has been implemented in the script dated 15 Dec 08.

 
Portkey User

Hi Samuel Liew, I would love for the script to show all images by default so online readers don't have to click the "Show All" button.

 
Samuel Liew Script's Author

Hi Portkey, this script is to help people download the entire chapter of images. By turning 'showall' by default, it will affect those who are on slow internet connections. Unless the majority of this script's users would like to have this, I won't officially release it as a feature.

Right now, when the page is loaded, the 'showall' button is focused, so you can turn it on by tapping on your spacebar or hit the enter key.

However, if you would like it so anyway, you can manually edit the script source and modify this part at the bottom of the script:
// Focus showall link
try {
$('showAllLink').focus();
$('showAllLink').click();
} catch(e) {}

 
Portkey User

Hi Samuel Liew, its works perfectly. Thank you

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel