Quote:
Originally Posted by Ceiyne
It sounds like what you're trying to do should work. I did something similar with a Google Translate search, and it didn't have any problem with the part in brackets being in the middle of the URL, for example:
Code:
menu_item :selection :Google Translate :nickel_browser :modal:https://translate.google.com/?sl=ja&tl=en&text={1|S|%}&op=translate
Maybe the example above will help you sort it out, but if not, try copy/pasting the entry you're making and I can try to see if I spot anything.
|
Sure, thanks, this is what I have now.
Code:
menu_item :selection_search :Buscar Imágenes :nickel_browser :modal:https://duckduckgo.com/?q={1|S|%}&iax=images&ia=images
That returns a text search instead of images, but if I search
https://duckduckgo.com/?q=kobo&iax=images&ia=images on the computer I get images.
Maybe it has something to do with the browser user agent that gets a simpler duckduckgo version. I'll try with other search engine.