Comments by Max Kueng on scripts

8 comments

Comment on:
ebaySearchPictures

Nov 11, 2007

Works for me. Thanks John!

Comment on:
Don't open new windows

Jul 27, 2007

Problems with Google Image Search:

When I click on a picture in Google Image Search and then again click on the picture in the top frame to view it in the original size, I am redirected to http://images.google.com/error.

This doesn't happen when I turn the script off. Maybe it has something to do with the frame detection?

Cheers

Comment on:
Google Ad Remover

Jul 23, 2007

I've updated the script. It seems to work again now. Just try it!

Comment on:
_blank Must Die

Jan 14, 2007

Jeremy Kitchen, you're right. Firefox offers to choose between opening a new tab or a new window but it doesn't let you ignore the target attribute. So you can't open the link in the active tab, which sometimes is what I want to do. Giving you full control over windows and tabs is actually the web developer's job (just don't use the target attribute).

Comment on:
Google Ad Remover

Oct 8, 2006

I have updated the script. Google has probably updated their site thus the script didn't work anymore. I have tested it with a 5 different search queries and there were no ads. Enjoy!

Comment on:
_blank Must Die

Jun 27, 2006

I've updated the script to version 1.3 which now also matches "_newwin" and "newwin". Thanks landstander!

Comment on:
_blank Must Die

Dec 1, 2005

I've updated the script. It does now completely remove the target attribute instead of changing the value to "_self" and I've changed the way the RegExp thing was done (thanks WayneD).

Comment on:
_blank Must Die

Nov 1, 2005

Thank you, WayneD! I'll have a look at this. But, in my opinion, the parentheses are not really required as long as I'm not using subpatterns, right?