Hi,
I'm a satisfied user of Privoxy, but I have one
problem. There are a couple sites I visit that use
Javascript to write content into the page after it
loads. I want to be able to see this content, but
Privoxy blocks it.
In the user.action file, I tried making the following
modifications to allow all Javascript from the domains
in question:
# Allow Javascript for selected domains:
#
{ -filter{js-annoyances} -filter{js-events} }
maud.blogspot.com
subintsoc.net
js-annoyances and js-events were the only references to
Javascript I could find in the actions syntax. Is
there some other parameter that I need to tweak?
Please reply to me by e-mail:
max@artificeeternity.com
Thanks! And again, I love the program... keep up the
good work!
Max
Logged In: YES
user_id=78811
Max,
- None of Privoxy's filters messes with document.write,
so the way in which Privoxy blocks or filters the content
in question might be different from what you assume.
- If you are unsure which filter is responsible for a certain
effect that you see, try disabling them one by one until
the effect disappears. To find out which filters apply to
a certain URL, use http://config.privoxy.org/show-url-info
- subintsoc.net matches only requests to http://subintsoc.net/,
but not http://www.subintsoc.net/ etc. What you probably
want is .subintsoc.net (note the leading dot!). See
http://www.privoxy.org/user-manual/actions-file.html#AF-PATTERNS
HTH,
--Andreas