"Search Here" is a Bookmarklet that allows you to search with Google for something in the current domain you are visiting. Drag the link to your bookmarks bar and it will be available to you.
Source code:
javascript:
busqueda = prompt('Redalan.net - search with google on '+document.domain,'');
if (busqueda > '') {
open('http://www.google.es/search?hl=es&q='+busqueda + ' site:' + document.domain);
} else {
null;
};
No comments:
Post a Comment