Enhancing
![]() ![]() |
Just a question. Is there a way to do something similar to "Onemanga Helper"? This is, putting all the images of a chapter into one single page, so you can read all of them just scrolling down.
|
![]() ![]() |
Probably a few ways to do it but the easiest to do is just create a iframe for each image. Shouldn't be too hard to do. This script does that for prefetching so you can see an example of how it's down in javascript. So basically:
2) clear/clean the page to fit the style you want the new layout to be 3) create a iframe image for each item in the array placed horizontally or vertically *Note: Make sure you contain the entire script with a if( top == self ) {} so the script only runs once on the main page and not every time a iframe loads a new page.
Overall, shouldn't be too hard especially if you use other scripts as examples (other then the iframe for the prefetching, my script won't help you out too much though). If you can't figure it out, I can create a simplistic script for you that does the basics. P.S. Javascript syntax, as you may notice, is pretty close to c++ so you probably manage pretty well as long as you know the api and javascript syntax you need. http://en.wikipedia.org/wiki/JavaScript_syntax
|
![]() ![]() |
Well, i messed around with it a bit and created my own version. It's still far from complete but it the basics plus some extra stuff. You can use it as an example (might be a bit more complex but the code should be easy to read) or finish it though there are issues with the script. Edit:
|

