You need to be logged in to post in the forums. If you do not have an account, please sign up first.
Thanks so much, this is so close... how does one escape the '%3' in '%3A', the URL encoded colon... I believe Opera is picking it up as a blank variable...
is directing to~
http://www.google.com/search?client=opera&rls=en&safe=off&q=cacheAhttp://my.opera.com/community/forums/&sourceid=opera&num=&ie=utf-8&oe=utf-8
forum is parsing this as two seperate urls, it should be just the one
Item, "Google Cache"=Go to page, "http://www.google.com/search?safe=off&q=cache%3A%l&sourceid=opera&num=%i&ie=utf-8&oe=utf-8"
is directing to~
http://www.google.com/search?client=opera&rls=en&safe=off&q=cacheAhttp://my.opera.com/community/forums/&sourceid=opera&num=&ie=utf-8&oe=utf-8
forum is parsing this as two seperate urls, it should be just the one
For a selected (text) URL:
However, for a link... I'm not sure it's possible... Dude09's suggestion (or the one you made) should work in Opera 9.x, 10.0, 10.1...but not in Opera 10.5x because they changed how link variables are used.
You would probably have to use JavaScript, or a complicated array of commands using the the action "Copy link, -2, "urlinfo"" somewhere in it... and I honestly can't think of a nice way of doing it without writing about half a page of JavaScript into the button... and even that would probably fail since JS and Copy don't like each other and that's the only way I can think of to communicate between JS and Opera actions.
Item, "Google Cache"="Go to page, "http://www.google.com/search?q=cache:%t""
However, for a link... I'm not sure it's possible... Dude09's suggestion (or the one you made) should work in Opera 9.x, 10.0, 10.1...but not in Opera 10.5x because they changed how link variables are used.
You would probably have to use JavaScript, or a complicated array of commands using the the action "Copy link, -2, "urlinfo"" somewhere in it... and I honestly can't think of a nice way of doing it without writing about half a page of JavaScript into the button... and even that would probably fail since JS and Copy don't like each other and that's the only way I can think of to communicate between JS and Opera actions.
MY PC ●MY BUTTONS [TR] ●[EXT] ●QUICK EDIT ●ICON LIST ●[EXT] ●RSS FEED ● FORUM:POSTING RULES ●RULES OF CONDUCT
Originally posted by Vectronic:
For a selected (text) URL:
Item, "Google Cache"="Go to page, "http://www.google.com/search?q=cache:%t""
However, for a link... I'm not sure it's possible... Dude09's suggestion (or the one you made) should work in Opera 9.x, 10.0, 10.1...but not in Opera 10.5x because they changed how link variables are used.
You would probably have to use JavaScript, or a complicated array of commands using the the action "Copy link, -2, "urlinfo"" somewhere in it... and I honestly can't think of a nice way of doing it without writing about half a page of JavaScript into the button... and even that would probably fail since JS and Copy don't like each other and that's the only way I can think of to communicate between JS and Opera actions.
I'm using http://lexi.ucoz.ru/allow-ini-variables.js
[Link Popup Menu] Item, "Google Cache" = Copy link, -2, "URLinfo" & Go to page, "javascript:void(document.location='http://www.google.com/search?sourceid=opera&q=cache:%c');"
Item, "Translate Link" = Copy link, -2, "URLinfo" & Go to page, "javascript:void(document.location='http://translate.google.com/translate?hl=en&langpair=auto|en&u=%c');"