Post Reply 
anyone fix the google images: Direct Links filter
May. 13, 2010, 08:07 PM
Post: #1
anyone fix the google images: Direct Links filter
..to work with the NEW site?
Add Thank You Quote this message in a reply
May. 16, 2010, 12:53 AM (This post was last modified: May. 16, 2010 02:22 PM by JJoe.)
Post: #2
RE: anyone fix the google images: Direct Links filter
Code:
[Patterns]
Name = "Less javascript at google images Jan28,2007"
Active = TRUE
URL = "$TYPE(htm)(images.google.[^/]+/|www.google.[^/]+/images\?)"
Limit = 64
Match = "if\(c\&\&c.getElementById\)*;"
Replace = "$STOP()if(1)var foo=1;"

Name = "Google Images: Direct Links     07.11.14 [po] (d.s) (TEST)"
Active = TRUE
URL = "$TYPE(htm)(images.google.|www.google.)[^/]+/"
Bounds = "<a\s*>"
Limit = 1024
Match = "*/imgres\?imgurl\=\1\&(amp;|)imgrefurl\=\2\&*"
        "|"
        "<cite>(^)$STOP()"
Replace = "<a class="Pr0XFlPref" href="\1" onmouseover="prxO.oFly.flShow(prxO.oFly.flLink("
          "'Originating Page','\2'),event,1);" onmouseout="prxO.oFly.flDHide();">"

?

HTH
Add Thank You Quote this message in a reply
May. 24, 2010, 09:01 PM
Post: #3
RE: anyone fix the google images: Direct Links filter
Fixed, thanks Smile!
Add Thank You Quote this message in a reply
May. 24, 2010, 10:55 PM
Post: #4
RE: anyone fix the google images: Direct Links filter
(May. 24, 2010 09:01 PM)sidki3003 Wrote:  Fixed, thanks Smile!

You are welcome but be careful.
I think I may have wanted some info from nightfishing.
I don't remember exactly what but I didn't get any.

It did work for me, however.

It also worked on the images at http://www.google.com/search?q=, iirc.
This may not be wanted.
Add Thank You Quote this message in a reply
May. 24, 2010, 11:08 PM
Post: #5
RE: anyone fix the google images: Direct Links filter
I think it's okay. WFM for old and new links. My fix is ...
Code:
URL = "$TST(hCT=*html)(images.google.|www.google.(*/)+{1}images\?)"
...for the filter, and ...
Code:
www.google.(*/)+{1}images\?    $SET(sUserFn=§c&&c.getElementById§)$SET(sUserFnR=!)
...for Exceptions.ptxt (leaving the "images.google." entry in place).
Add Thank You Quote this message in a reply
May. 25, 2010, 12:00 AM
Post: #6
RE: anyone fix the google images: Direct Links filter
(May. 24, 2010 10:55 PM)JJoe Wrote:  It also worked on the images at http://www.google.com/search?q=, iirc.
This may not be wanted.

By this I meant the image results at pages like
http://www.google.com/search?q=shonen%20knife
Add Thank You Quote this message in a reply
May. 25, 2010, 12:04 AM
Post: #7
RE: anyone fix the google images: Direct Links filter
Got it, but the www.google.(*/)+{1}images\? URL expression doesn't match these pages. Smile!
Add Thank You Quote this message in a reply
May. 25, 2010, 12:10 AM (This post was last modified: May. 25, 2010 12:19 AM by JJoe.)
Post: #8
RE: anyone fix the google images: Direct Links filter
(May. 25, 2010 12:04 AM)sidki3003 Wrote:  Got it, but the www.google.(*/)+{1}images\? URL expression doesn't match these pages. Smile!

That's ok. I just wanted to make sure I was understood. Smile!

Edit:
I just finished mowing an acre of grass with a push mower.
I'll make even less sense than normal for a couple of hours.
I should probably hide my wallet but I likely wouldn't be able to remember where I hid it.
Add Thank You Quote this message in a reply
May. 25, 2010, 12:27 AM
Post: #9
RE: anyone fix the google images: Direct Links filter
LoL
Add Thank You Quote this message in a reply
May. 28, 2010, 08:26 PM (This post was last modified: May. 28, 2010 08:32 PM by nightfishing.)
Post: #10
RE: anyone fix the google images: Direct Links filter
(May. 24, 2010 10:55 PM)JJoe Wrote:  You are welcome but be careful.
I think I may have wanted some info from nightfishing.
I don't remember exactly what but I didn't get any.

That was in the other thread, I think Wink

This fix is WFM, thank you!
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: