Subject: | Turning all links to absolute only without filtering |
The munge function requires 3 parameters. URL, the filter URL and the content. If you only wish to make all links and images' path absolute munging would be much easier to go thru parser and substitution. I've just commented out return undef part the selfURL parameter line in munge function in order to achieve that.
You might want to consider putting that as an option.