Script Summary: This will fit the manga image on Bleach Exile to the height of the window viewport so that you don't have to scroll. You can also navigate the pages using arrow keys.
This will fit the manga image on Bleach Exile to the height of the window viewport so that you don't have to scroll.
Click the screen (area that is not the image) to return the image to it's regular page positioning.
If you would rather view the image in the original format, modify the beginning of the file from:
var windowFit = true;
to:
var windowFit = false;
Also modifies the title to remove 'Bleach Exile > Online Manga Reader > '. It just seems too excessive for bookmarking. To disable this, modify the beginning of the file from:
var modifyTitle = true;
to:
var modifyTitle = false;
Press the Left/Right arrows on your keyboard to navigate the pages. Also support changing chapter with the arrow buttons (unlike the Back/Next buttons on the page).
The image for the next page will be cached. If you don't want to do caching, you can disable it by modifying the beginning of the file from:
var cacheNextImage = true;
to:
var cacheNextImage = false;
Also, the caching will display a status message. If you want to disable the status message, modify the beginning of the file from:
var showCacheMessage = true;
to:
var showCacheMessage = false;



