Search multiple search engines with a single keyword at the same time in Chrome?
Posted
by
cptloop
on Super User
See other posts from Super User
or by cptloop
Published on 2012-07-05T23:55:59Z
Indexed on
2012/07/06
3:18 UTC
Read the original article
Hit count: 466
google-chrome
|search-engines
I want to search multiple websites at once by using a keyword trigger in Google Chrome. I am trying to achieve this with Javascript as described in this topic over at mozillazine.
This is the code that supposedly works in Firefox:
javascript:void(window.open('http://www.google.com/search?q=%s'));void(window.open('http://www.altavista.com/web/results?q=%s'))
I have tried to insert this code into the "URL with %s in place of query" but nothing happens when I invoke it. Is it possible to get this to work this way or another in Chrome?
© Super User or respective owner