Script Summary: Show an upload progress bar when uploading files on E-Hentai galleries, and allow multiple files selection at once.
Version: 1.4
Show an upload progress bar when uploading files on E-Hentai galleries, and allow multiple files selection at once. The script should also work with the fjords.



- this script has been successfully tested on Firefox (from v3.6 to v19) and Chrome (form v13 to v24).
- FF3.6: uploading large files might freeze the browser for a few seconds. Also, there seems to exist a 96MB limit for the file size. The reason for those issues is that the file content is loaded in memory as a JS String prior to upload each file, and the Strings size seems to be limited to 96MB.
v1.4
- Made sure the upload statistics don't superimpose on the gallery title.
- Took into account the servers names change.
v1.3
- Added upload speed and ETA information.
v1.2
- fixed a bug with the display of the name of the file being uploaded.
v1.1
- added Chrome support
- decreased memory usage significantly with FF4+.



