Read First
- This script is only tested working in Firefox 44 and Chrome 50.0.2661.94
- By default, Greasemonkey and Tampermonkey don't run scripts on file:///
urls. So, for this script to work, you need to enable it first.
- For Greasemonkey, open about:config
and change greasemonkey.fileIsGreaseable
to true
- For Tampermonkey, go to Chrome extension page, and tick the 'Allow access to file URLs' checkbox at the Tampermonkey extension section.
Description
What this script does is it makes your browser as a very basic image viewer. When you navigate to a local directory such as file:///C:/Users/Condoriano/Pictures/
, the script will collect list of images that are in there, then, you can use the left and right arrow keys to navigate them.
I mainly use this to read mangas offline with my firefox.
Controls
left arrow: previous image
right arrow: next image
\: parent directory
Additional Info
- You can click the image info box to change its opacity and it will be remembered