G
gwtc
Here is a google search site bookmarklet. This lets you search a
certain website using google. What I want is the same thing, but to
search a certain geocities site. When you use the current
bookmarklet, the search takes you to site:www.geocities.com instead of
the specific site you want to search. Can someone modify this for me,
to search specific geocities sites?
Thanks for your help and btw I'm using Mozilla Suite and Firefox.
The bookmarklet is:
javascript
function(){var
h,q;h=location.hostname;q=(window.getSelection ? window.getSelection()
: document.getSelection ? document.getSelection() :
document.selection.createRange().text);q=prompt('Search \''+h+'\'
using Google:',q);if(q!=null){if(h){q='site:'+h+'
'+q;}location='http://www.google.com/search?q='+encodeURIComponent(q);}})();
certain website using google. What I want is the same thing, but to
search a certain geocities site. When you use the current
bookmarklet, the search takes you to site:www.geocities.com instead of
the specific site you want to search. Can someone modify this for me,
to search specific geocities sites?
Thanks for your help and btw I'm using Mozilla Suite and Firefox.
The bookmarklet is:
javascript
h,q;h=location.hostname;q=(window.getSelection ? window.getSelection()
: document.getSelection ? document.getSelection() :
document.selection.createRange().text);q=prompt('Search \''+h+'\'
using Google:',q);if(q!=null){if(h){q='site:'+h+'
'+q;}location='http://www.google.com/search?q='+encodeURIComponent(q);}})();