Post Reply 
StartPanic ?
Jun. 15, 2009, 01:32 AM
Post: #4
RE: StartPanic ?
Just saw this at the Mozillazine forum:
http://forums.mozillazine.org/viewtopic....a&start=15

Posted April 26th, 2009, 11:32 am
On Windows, I use Proxomitron to filter web pages. Someone wrote a quick Prox filter to defeat that CSS snooping. This is the Prox filter:
Code:
[Patterns]
Name = "Foil Style Tracking (CSS)"
Active = TRUE
URL = "($TYPE(htm)|$TYPE(css)|$IHDR(Content-Type: (*xml*))) &(^[^.]+.grc)"
Limit = 15
Match = ": visited"
Replace = ":nonvisited"

On Mac OS, I use BFilter to filter web pages. The filter that I added for that is in an extra filter file and is this:
Code:
[Hide Visited Condition]
content type = *
url = /http://.*\.(js|html|htm|php|asp|jsp|cfm|css)/
search = /:\s*visited/
replace = :nonvisited

What do you think?
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
StartPanic ? - Toppy - May. 11, 2009, 07:27 PM
RE: StartPanic ? - sidki3003 - May. 11, 2009, 11:48 PM
RE: StartPanic ? - sidki3003 - May. 12, 2009, 11:07 AM
RE: StartPanic ? - 43unite - Jun. 15, 2009 01:32 AM

Forum Jump: