Can someone give me a few sites...
|
Dec. 13, 2015, 08:08 PM
Post: #1
|
|||
|
|||
Can someone give me a few sites...
Can someone give me a few sites that will show me if the default filters are really working?
I was also curious about the one that transforms microsoft to microsuck. It doesn't seem to work for me. I would like to insert after <body> <base target="_blank"> for forums */forums/* and google's search result pages. Maybe I could learn something from something like this. I just don't seem to get "it" from the docs. Any help would be appreciated. |
|||
Dec. 13, 2015, 09:28 PM
Post: #2
|
|||
|
|||
RE: Can someone give me a few sites...
For Privoxy or the Proxomitron?
|
|||
Dec. 13, 2015, 10:31 PM
Post: #3
|
|||
|
|||
RE: Can someone give me a few sites...
(Dec. 13, 2015 09:28 PM)JJoe Wrote: For Privoxy or the Proxomitron? I have ProxHTTPSProxy, SmartCache, and Proxomitron working great on my computer. Works great (everywhere, but especially) on my SSL web email. I'm trying to get Privoxy working on my Linux box. I have SmartCache working. Once I get Privoxy going, I'll be adding ProxHTTPSProxy. So, the answer for now is Privoxy. So, JJoe, you seem to be my #1 hero these days! |
|||
Dec. 14, 2015, 12:32 AM
Post: #4
|
|||
|
|||
RE: Can someone give me a few sites... | |||
Dec. 14, 2015, 09:30 AM
(This post was last modified: Dec. 14, 2015 07:39 PM by Faxopita.)
Post: #5
|
|||
|
|||
RE: Can someone give me a few sites...
(Dec. 13, 2015 08:08 PM)Aunt Elsie Wrote: I would like to insert after <body> In user.filter file, add: Code: FILTER: base_filter _blank You could also use @ or / as a separator instead of |. Note:
Code: { +filter{base_filter} } Note: host pattern matching not the same as path pattern matching. More info here. Likewise: Code: FILTER: Microsoft Code: { +filter{Microsoft} } (Dec. 13, 2015 08:08 PM)Aunt Elsie Wrote: Can someone give me a few sites that will show me if the default filters are really working? You must activate Privoxy logging in config file and enable relevant debug modes. In your case, uncomment… Code: debug 64 # debug regular expression filters Then, visit a few popular sites, review logfile.log and do a grep on filtering. |
|||
![]() Aunt Elsie |
Dec. 14, 2015, 12:58 PM
(This post was last modified: Dec. 14, 2015 07:44 PM by Faxopita.)
Post: #6
|
|||
|
|||
RE: Can someone give me a few sites...
(Dec. 14, 2015 09:30 AM)Faxopita Wrote: You must activate Privoxy logging in config file and uncomment out relevant debug modes. In your case, enable… An alternative to the above is simply typing http://p.p/ in your browser; it's a shortcut for the URL http://config.privoxy.org/. Click on Look up which actions apply to a URL and why and test those queries—they must not be preceded by https.
Note: Encrypted connexions require Privoxy running alongside ProxHTTPSProxyMII. Obviously, you could also check the page source code to see your change… |
|||
Dec. 15, 2015, 01:01 AM
Post: #7
|
|||
|
|||
RE: Can someone give me a few sites...
(Dec. 14, 2015 09:30 AM)Faxopita Wrote: In user.filter file, add: OMG!!! Thank you so much! On viewing source I see this: </head> <body> <base target="_blank" > So, $1 = <body> and \n = line feed and the rest makes sense! Now I'm off to get ProxHTTPSProxy working on the Linux box. |
|||
Dec. 15, 2015, 01:53 PM
(This post was last modified: Dec. 15, 2015 01:55 PM by Faxopita.)
Post: #8
|
|||
|
|||
RE: Can someone give me a few sites... | |||
![]() Aunt Elsie |
« Next Oldest | Next Newest »
|