Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Google Music Search

Search for Music with Google


Update - December 27
The script now works much better than before.

Don't have Greasemonkey?
Bookmarklet:
javascript:var x=prompt("Search for songs with Google\n\nNote: Seperate words with periods\nExample: I.Wanna.Be.Sedated", "");window.location='http://www.google.com/search?hl=en&q='+encodeURIComponent('intitle:"index.of" (mp4|mp3|avi) ')+x+encodeURIComponent(' -asp -htm -html -cf -jsp')+'&btnG=Google+Search';



May 5, 2008
teukkam Scriptwright

Thanks a lot! Anyway, this doesn't work on the localised view of Google. It adds the "Music" link, but the link doesn't do anything. Not that this is a big problem, as you can easily switch back to English.

 
May 5, 2008
Alfie Scriptwright

To the fake argument
Even so, at least make it look real.

Great job though.

 
Mar 15, 2008
M0rph3u5 User

nice works
would be good if some1 make 1 like this but for searching appz on rapidshare, megaupload & any other file hosting site

 
Mar 2, 2008
sizzlemctwizzle Script's author

it is fake

 
Feb 15, 2008
salvage User

"music search" should be in Arial for consistency with Google's other sub domains, the Times New Roman gives it a really fake look. ;)

 
Dec 28, 2007
sizzlemctwizzle Script's author

I followed iJoshes suggestion about making 'q' hidden and fixed all problems with the script. It now works perfectly as far as I know.

 
Dec 27, 2007
oForgotTheNameo User

works well :)

 
Dec 27, 2007
iJosh User

To fix your problem you could try changing line 29 (document.getElementsByName("btnG")[0].addEventListener('click',function () {) to something like document.getElementsByName("f")[0].addEventListener('submit',function () { (I haven't tested this) although it might be better to change the action instead.

Other Ideas:

Make 'q' hidden and have another text field for input...when the user submits the form you change the value of 'q' using the value of the input. This would fix some problems with character escaping.

 
Dec 26, 2007
Napzter Scriptwright

Thanks. Just what i needed.

You could comment on this script if you were logged in.