Post Reply 
google images
Oct. 18, 2008, 02:47 PM
Post: #1
google images
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"
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
google images - lnminente - Oct. 18, 2008 02:47 PM
RE: google images - lnminente - Oct. 21, 2008, 10:47 AM
RE: google images - whenever - Oct. 23, 2008, 08:45 AM
RE: google images - lnminente - Oct. 23, 2008, 01:20 PM
RE: google images - whenever - Oct. 23, 2008, 01:50 PM
RE: google images - lnminente - Oct. 23, 2008, 10:32 PM

Forum Jump: