Scripts


Styles


Plugins


Users


Forum


Developer
Username:
Password:
User Scripts
Title:

Yahoo in Google

Date Added:
2007-06-14 03:28:46 Installs: 1750
Description: A Yahoo search link in google search result page.
Preview of Yahoo in Google
View script source of Yahoo in Google
Comment of Yahoo in Google
[2007-06-18 20:36:03]ivan says:
Seem cannot use with "Google:no ads and compact"

[2007-06-24 11:39:38]Xahi4475 says:
Thanks, very useful if you need inm any case also Yahoo! rezults. :)

[2007-06-28 15:21:38]paullavell says:
great

[2007-08-17 04:15:29] says:
I have install the script where is the yahoo?

[2007-09-08 05:06:36]Amebaid says:
it just works perfect

thanks alot

[2007-11-04 15:39:36]nanofigo says:
// ==UserScript==
// @name Yahoo! and Naver Search link on Google for korean
// @namespace http://premshree.org/userscripts
// @description adds a link to Y! search on Google
// @include http://google.com/*
// @include http://www.google.com/*
// @include http://www.google.co.kr/*
// @include http://google.tld/*
// @include http://www.google.tld/*
// ==/UserScript==

/*
* $premshree$ $2005-05-12 15:16$
* revision david lee(nanofigo@naver.com)
*/

(function() {
if (document.gs) {
var q = document.gs.q.value;
var q_elem = document.getElementById("sd");
var y_elem = document.createElement("a");
y_elem.href = "http://search.yahoo.com/search?p=" + encodeURIComponent(q);
y_elem.innerHTML = "Yahoo!";
q_elem.parentNode.insertBefore(y_elem, q_elem);
space_elem = document.createElement("span");
space_elem.innerHTML = "    ";
q_elem.parentNode.insertBefore(space_elem, q_elem);
}
if (document.gs) {
var q = document.gs.q.value;
var q_elem = document.getElementById("sd");
var y_elem = document.createElement("a");
y_elem.href = "http://search.naver.com/search.naver?where=nexearch&query=" + encodeURIComponent(q)+"&sm=tab_hty";
y_elem.innerHTML = "Naver!";
q_elem.parentNode.insertBefore(y_elem, q_elem);
space_elem = document.createElement("span");
space_elem.innerHTML = "    ";
q_elem.parentNode.insertBefore(space_elem, q_elem);
}
})();

[2007-11-13 15:10:40]newknaber says:
i have ie7pro version 1.2 and it is not workin there's no yahoo


Join Iescripts for a free account, or Login if you are already a member.
Username: Password:

Written by
Name:greasemonkey
Scripts:28
Styles:0
Plugins:0
Tags
yahoo google
 
  About IE7Pro
IE7Pro is a plugin for the Internet Explorer web browser. It allows you to change how your favorite pages behave and look. There are many scripts that have already been written, and if you know javascript you can easily create your own! This site is a repository to download and install IE user scripts.
  How to install user script

1 . First you should have install IE7Pro 0.9.12 and above which support IE user scripts.

2. Check if IE7Pro "Preference" - "User Scripts" - "EnabLe User Script" is enabled.

3. Find your favorite scripts on iescripts.org and click "Install This Script" .

 

iescripts.org