View Single Post
Old 07-15-2007, 08:58 AM   #1 (permalink)
mssssee2
Techoholic
 
mssssee2's Avatar
 
Join Date: Apr 2007
Location: Behind you!
Posts: 497
Send a message via MSN to mssssee2 Send a message via Yahoo to mssssee2
Lightbulb DOwnload music from google easily!

YouTube - Google is better than Limewire for downloading Music mp3s dl

I made a form for not needing to type the whole code :

Just copy and paste to notepad and save as .htm or .html (extension you prefer.

Quote:
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Download music from google easily</title>
</head>

<body>

<p>Download music from google easily using this form :</p>
<p>Tip : Separate each word with a dot.</p>
<p>&nbsp;</p>
<p>&nbsp;<form name="a" method="get">

<input type="text" name="b" size="67"><input type="button" name="but1" value="search" onclick="go(this.form)">

<script>

function go(form) {
var check = a.b.value
window.location = "http://www.google.gr/search?hl=el&q=intitle%3A%22index.of%22+*mp3%7Cmp4 %7Cavi%7Cmpeg%29+" + check + "+-htm+-html+-php&btnG=%CE%91%CE%BD%CE%B1%CE%B6%CE%AE%CF%84%CE%B 7%CF%83%CE%B7&meta="
}

</script>

</form></p>

<p>&nbsp;</p>

</body>

</html>

__________________
Mike from Greece, 15

mssssee2 is offline   Reply With Quote