| > It would be great to add an option, for automatically
> suppressing javascript codes, within the html pages.
Well, this is not really the purpose of an offline browser -
but I suppose such things could be easily done using some
bash-style scripting:
find . -name "*.html" -type f -exec myscript {} \;
..
| |