I made a simple favlet to make it easy to convert videos from YouTube for audio:
<a href="javascript:!function(){window.location.href='http://www.youtubeto.com?task=MP3&url='+window.location.href;}();">youtubeto : mp3</a>
<br>
<p> MODO DE USAR - Adicone na sua barra de favoritos. Abra um vídeo do site "Youtube" e clique sobre o Bookmarklet.</p>
Now, I want to leave it as an elegant application. By clicking on the favlet located in the bookmarks bar, I would like to display only the download window, avoiding showing the site - link .
Then I thought of inserting the method window.close()
in milliseconds into the favlet
window.setTimeout (window.close(), 5 * 1000);
But it did not work as expected.
I know what you have, because this online service - link does it. It uses the youtubeinmp4 infrastructure, but in case it hides the site that generates the download.