Old Proxomitron Forums

Proxomitron Filters - Discussions welcome => Block List Files => Topic started by: altosax on March 27, 2002, 06:55:13 PM

Title: Google Cache Search
Post by: altosax on March 27, 2002, 06:55:13 PM
i've just experienced this little (but very useful) trick.
add this lines to your alias list:

# Search a URL in the Google cache: .cache/URL
cache/1 & $JUMP(http://www.google.com/search?q=cache:1)

when you receive a Error 404, Page not Found from server,
prefix the url in the address bar with .cache/ and get it from google cache.

NOTE: this alias command have to be placed BEFORE the "Default catch-all" command.

that's all,
regards,
altosax.

 
Title: Google Cache Search
Post by: Arne on March 27, 2002, 08:05:48 PM
You might want to escape the last colon :
cache/1 & $JUMP(http://www.google.com/search?q=cache:1)

This was a very good trick, Thanks!

Best wishes
Arne
Imici username: Arne
Title: Google Cache Search
Post by: altosax on March 28, 2002, 12:06:19 AM
yes, i've posted it on yahoo group and both ScoJo and Scott have answered, but you don't need to escape ":" if the alias is placed before "default catch-all".

thanks for the appreciation,
regards,
altosax.