Google Blogsearch

By cl3m Last update Oct 8, 2005 — Installed 3,541 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 9 posts, 7 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
cl3m Script's Author

updated as google changed is blogsearch interface

 
cl3m Script's Author

fixed correctly

 
sunyin Scriptwright

seems broken for me, add this after "//append the new node for other search"
node = null;
alla = document.getElementsByTagName('a');
for(var i=0;i<alla>
if(alla[i].className == 'q') {
node = alla[i]; break;
}
}

 
TBuser User

Here is a very nice modification to this script: open it with Wordpad and replace every 'blog' string for 'music'. Isn't it cool? Clem, could you please add music search to this script (or publish it as a separate "Google musicsearch" script)? Thanks, TB.

 
Bruce Ryerson User

Nice, works like a charm...

 
ryan singel Scriptwright

Works very nicely, Thanks

 
ycc2106 Scriptwright

Link is broken

 
ycc2106 Scriptwright

Thank you, I needed this!