Comments by Max Kueng on scripts
8 comments
|
Comment on: |
Works for me. Thanks John! |
|
Comment on: |
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 This doesn't happen when I turn the script off. Maybe it has something to do with the frame detection? Cheers |
|
Comment on: |
I've updated the script. It seems to work again now. Just try it! |
|
Comment on: |
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: |
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: |
I've updated the script to version 1.3 which now also matches "_newwin" and "newwin". Thanks landstander! |
|
Comment on: |
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: |
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? |
