I use Google as my primary search engine. However, nowadays, more often than not, I tend to use Yahoo! Search too. After I search using Google and I’m not satisfied with the results, mind you. So, a Greasemonkey script that does this:

Notice the Yahoo! among the tabs. Simple. Useful. You may install the script from here.
Edit [11:58, 13/05/05]: One of the comments to Jeremy’s post mentions Butler—way more comprehensive, etc. I should look for stuff before I hack my own, ya know.
2005-05-12 10:52 am (UTC)
Wow, that seems interesting :)
Offtopic: I've added you to my friendlist, but I'm writing in russian primarily. Sorry for that :) Promise to comment in english :0)
2005-05-13 01:47 pm (UTC)
I wish I could understand a few more non-programming languages.
2005-05-12 11:31 am (UTC)
2005-05-12 01:02 pm (UTC)
2005-05-12 01:57 pm (UTC)
2005-05-12 02:09 pm (UTC)
2005-05-12 02:16 pm (UTC)
// @include http://google.co.in/*
// @include http://www.google.co.in/*
// @include http://google.tld/*
// @include http://www.google.tld/*
but I did see (after making my post) that version 0.3.4 is supposed to see .tld as (.com|.co.uk|...). I only had v0.3.3 installed.
2005-05-12 02:21 pm (UTC)
2005-05-12 03:40 pm (UTC)
2005-05-13 01:22 am (UTC)
2005-05-13 05:59 am (UTC)
2005-05-13 06:10 am (UTC)
2005-05-13 06:28 am (UTC)
BTW - anyone aspiring to write GM scripts take a look at http://diveintogreasemonkey.org/ and those who do not want GM ruining their pages look at http://dean.edwards.name/weblog/200
(Anonymous)
2005-05-13 06:36 am (UTC)
// ==UserScript==
// @name Google Search link on Yahoo!
// @description adds a link to Google search on Y!
// @include http://search.yahoo.com/*
// ==/UserScript==
(function() {
if (document.getElementById("yschinfo")) {
var q = document.s.yschsp.value;
q_elem = document.getElementById("yschtg");
var y_elem = document.createElement("a");
y_elem.href = "http://www.google.com/search?q=" + q;
y_elem.innerHTML = "Google";
q_elem.insertBefore(y_elem, q_elem.childNodes[2]);
}
})();
- Shajith
Canadian version of both these scripts
(Anonymous)
2005-05-13 06:23 pm (UTC)
// @name Yahoo Canada! Search link on Google Canada
// @description adds a link to Y! Canada search on Google Canada
// @include http://www.google.ca/*
// @include http://www.google.com/*
// ==/UserScript==
(function() {
if (document.gs) {
var q = document.gs.q.value;
var q_elem = document.getElementById("t1a");
var y_elem = document.createElement("a");
y_elem.href = "http://ca.search.yahoo.com/search?p=" + q;
y_elem.innerHTML = "Yahoo Canada!";
q_elem.parentNode.insertBefore(y_elem, q_elem);
space_elem = document.createElement("span");
space_elem.innerHTML = " ";
q_elem.parentNode.insertBefore(space_ele
}
})();
=BREAK==DONT INSERT THIS LINE=====THESE ARE 2 SEPERATE SCRIPTS======
// ==UserScript==
// @name Google Canada Search link on Yahoo Canada!
// @description adds a link to Google Canada search on Y! Canada
// @include http://search.yahoo.com/*
// @include http://ca.search.yahoo.com/*
// ==/UserScript==
(function() {
if (document.getElementById("yschinfo")) {
var q = document.s.yschsp.value;
q_elem = document.getElementById("yschtg");
var y_elem = document.createElement("a");
y_elem.href = "http://www.google.ca/search?q=" + q;
y_elem.innerHTML = "Google Canada";
q_elem.insertBefore(y_elem, q_elem.childNodes[2]);
}
})();
Enjoy
Memorydump
Sauce for the Google ...errr... goose... :)
(Anonymous)
2005-05-14 05:17 am (UTC)
2005-05-13 04:05 pm (UTC)
2005-05-13 04:29 pm (UTC)
One thing that website owners can do is to disable gm userscripts, but that’s kinda undemocratic. Supporting an (optional) check or something sounds nice, considering that it does not have to be Mozilla- (or Opera-) specific.
This thing about gm and phishing is interesting; if you find more literature, please pass it on. :-)
It's been done already!
(Anonymous)
2005-05-13 06:51 pm (UTC)
Re: It's been done already!
2005-05-13 06:53 pm (UTC)
2005-05-19 04:09 pm (UTC)
http://www.schneier.com/blog/archives/2
2005-05-16 06:52 am (UTC)
http://www.customizegoogle.com/
(Anonymous)
2005-05-13 06:49 pm (UTC)
Re: http://www.customizegoogle.com/
2005-05-13 06:54 pm (UTC)
Re: http://www.customizegoogle.com/
2005-05-13 06:55 pm (UTC)
Re: http://www.customizegoogle.com/
(Anonymous)
2005-05-13 06:57 pm (UTC)
Re: http://www.customizegoogle.com/
2005-05-13 07:00 pm (UTC)
PS: I love anonymous folks.
Good Job!
(Anonymous)
2005-05-14 06:38 am (UTC)
Dude, you're on ZDNet!
2005-05-14 07:41 am (UTC)
http://news.com.com/2061-10811_3-570634
Enjoy!
Swaroop
www.swaroopch.info
Re: Dude, you're on ZDNet!
2005-05-14 07:42 am (UTC)
Swaroop
www.swaroopch.info
Re: Dude, you're on ZDNet!
(Anonymous)
2005-05-14 09:36 am (UTC)
Re: Dude, you're on ZDNet!
2005-05-15 02:24 am (UTC)
Re: Dude, you're on ZDNet!
(Anonymous)
2005-05-17 01:44 pm (UTC)
You are also mentioned here;
http://www.linkpopularity.ca/googlenews.a
... and your link has been emailed to their subscriber list!
All the best.
Doug
Google on Yahoo!
(Anonymous)
2005-05-18 08:33 pm (UTC)
Are the cease and desist e-mails from Google pouring in yet?
However, after being inspired by your script and being introduced to GreaseMonkey *just* tonight, I have hacked together a Google! on Yahoo script @ http://sarat.xcelens.co.uk/2005/05/18/go
Now only if I could build on that to allow Google and Yahoo results side by side in the same page. I have some few ideas and wondered if you were interested in a joint effort?
E-mail me at (sarat [dot] pediredla [at] xcelens [dot] co [dot] uk) if you think its worth a shot
Re: Google on Yahoo!
2005-05-19 08:35 am (UTC)
Re: Google on Yahoo!
(Anonymous)
2005-05-21 04:54 pm (UTC)
not pretty or even really useful. I could tile 2 firefox windows horizontally
and get the same effect. I wanted to produce a better dynamic version of search and am working on it.
Will post a link when I finish it.
Sarat
Works on Opera
(Anonymous)
2005-05-19 04:13 am (UTC)
A little late :)
(Anonymous)
2005-05-23 05:02 am (UTC)
http://ragweed.net/firefox/MyYaGoogle.us
Check GrabAll.com
(Anonymous)
2005-06-08 03:41 am (UTC)
Re: Check GrabAll.com
(Anonymous)
2005-07-09 05:35 am (UTC)
...but with nicer GUI...
peace!
2010-03-04 02:02 pm (UTC)