Post Reply 
Filter response content not work!
Aug. 18, 2018, 10:33 AM
Post: #1
Filter response content not work!
Hi! I want to modify html response using Privoxy.
I decide append <h2> tag with text to <body> tag of response html.

I add filter to file default.filter

FILTER:html replacements
.*?(<\s+body.*?>).*?/$1<h2>My content here!</h2>

And add to file default.action:

# Content filter everything
{+filter{crude-parental}}
/.*

But it don't work on any site (I check on a lot of http NOt https sites)! Where am I wrong?Can anybody help me!Thanks!
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Filter response content not work! - bitov27 - Aug. 18, 2018 10:33 AM

Forum Jump: