Oct. 18, 2008, 02:47 PM
This filter replaces the frameset of google images with the image you are looking for, if you click in the image it will give you to the page were the image is.
Code:
[Patterns]
Name = "Google images: <frameset> {ln}081023"
Active = TRUE
URL = "$TYPE(htm)[^/]++images.google.\w/"
Bounds = "$NEST(<frameset,</frameset>)|$NEST(<script,</script>)"
Limit = 1500
Match = "("
"(*<frame\s*src=$AV(/imgres\1)*"
"$TST(\1=*imgurl=\2\&*)"
"$TST(\1=*imgrefurl=\3\&*)"
"$SET(9=<body><a href="$UESC(\3)" Title="Click the image to go to his web"><img src="$UESC(\2)"></a></body>)"
")"
"|<script*/script>"
")"
Replace = "\9"
