Does privoxy have the ability to write the DOM for certain urls to disk?
I need to read the dom of certain urls which are strictly http only and plain text.
I have done this successfully using a python based proxy script. I was wondering if I
could do the same with privoxy rather than my own hackyyy script