Post Reply 
Which filter is preventing voting?
Jun. 11, 2006, 12:50 PM (This post was last modified: Jun. 11, 2006 12:51 PM by JJoe.)
Post: #5
RE: Which filter is preventing voting?
Qwerky Wrote:So, can that filter be modified to not act upon a given list of sites?
Sure. See
"URL Match - a different kind of scope control"
at
http://www.proxomitron.info/45/help/Web%...ditor.html

Code:
[Patterns]
Name = "Onload unloader mod June 11, 2006"
Active = TRUE
URL = "(^www.imdb.com/title/)"
Limit = 20
Match = "onload="
Replace = "LoadOff="
Add pages like
Code:
URL = "(^www.imdb.com/title/|another.com)"
OR
Code:
[Patterns]
Name = "Onload unloader mod June 11, 2006"
Active = TRUE
URL = "(^$LST(AllowOnload))"
Limit = 20
Match = "onload="
Replace = "LoadOff="

HTH
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Which filter is preventing voting? - Qwerky - Jun. 10, 2006, 12:41 AM
RE: Which filter is preventing voting? - JJoe - Jun. 11, 2006 12:50 PM

Forum Jump: