(Aug. 17, 2008 06:05 AM)Siamesecat Wrote: My version of that filter is now:
Code:
[Patterns]
Name = "Kill window.external methods"
Active = TRUE
URL = "(^[^.]+.ytimg)"
Limit = 40
Match = "null; (]+"
Replace = "null; "
Forum or Proxo filtered window.external.
Try
Code:
[Patterns]
Name = "Kill window.external methods"
Active = TRUE
URL = "(^[^.]+.ytimg)"
Limit = 40
Match = "window.external .[^(]+"
Replace = "null; "
(Aug. 19, 2008 10:27 AM)ProxRocks Wrote: (Aug. 18, 2008 10:08 PM)wingspar Wrote: Thank you. This imports as three filters. Correct?
correct, should import as three red filters...
But there are four?
Three patterns and a "URL style" header filter.
The first Pattern is broken. Appears to be missing a parenthesis.
Maybe
Code:
[Patterns]
Name = "YouTube: High Quality {ProxFox} (ku)"
Active = TRUE
URL = "$TYPE(htm)"
Limit = 128
Match = "("
"(^$URL(http://(\w.|)youtube.com/))(http://(\w.|)youtube.com/(watch\?v\=|v/)*)\1"
"|"
"$URL(http://(\w.|)youtube.com/)(/watch\?v\=*)\1"
")"
"("|\s|<)\2"
Replace = "\1&fmt=18\2"
Name = "YouTube add Video Link 2.1"
Active = TRUE
URL = "www.youtube.com/watch\?v\="
Limit = 256
Match = "(^(^(<div [^>]+>&&*id=$AV(watch-this-vid)*)))"
"$SET(vid=\q)$TST(vid=\?v\=\1)"
Replace = "<a href="http://www.youtube.com/v/\1">Play&fmt=18&fmt=18&fmt=18&fmt=18 Video</a>"
"$SET(vid=)$STOP()"
Name = "HTML: Youtube.com: Download-Links [MB]"
Active = TRUE
URL = "$TYPE(htm)(www.|)youtube.com/watch\?"
Limit = 500
Match = "("
"(var fo = new SWFObject\(("[^"]+"&&*(video_id="
"[a-z0-9\-_]+)\2&*\&(t=[a-z0-9\-_]+)\3$SET(utub"
"e01=\2\&\3)*))\1"
"|"
"(<div id="playerDiv">$INEST(<div,</div>)</div>)\1"
"$SET(\4=\r\n\0<table class="ProxMultimediaRepT"
"ab"><tr>\r\n<td><img src="http://local.ptron/P"
"roxIcon24.png"></td><td><a href="http://www.yo"
"utube.com/get_video?$GET(utube01)">Link zum Vi"
"deo</a></td>\r\n</tr></table>\r\n)"
")"
Replace = "\1\4"
[HTTP headers]
In = FALSE
Out = TRUE
Key = "URL: Youtube: High Quality (ku) (Out)"
URL = "(\w.|)youtube.com/(watch\?v\=|v/)"
Match = "\1((^$TST(\1=*\&fmt=18*))$SET(9=$JUMP(\1&fmt=18))|$SET(9=\1))"
Replace = "\9"
Check my work, use the "Merge-O-Matic", but...
http://www.geocities.com/sidki3003/prox/...ReadMe.txt
Quote:Don't import "URL:" style header filters into this config without editing!