4
I made a simple favlet, to facilitate the task of converting videos from Youtube 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 make it elegant as an app. By clicking on favlet located in the bookmark bar, would like to display only the download window while avoiding showing the site - http://www.youtubeto.com.
So I thought I’d put it in favlet the method window.close()
in milliseconds.
window.setTimeout (window.close(), 5 * 1000);
But it didn’t work as expected.
I know there’s a way, because this online service - http://baixar r-videos.com/ does this. It uses the infrastructure of youtubeinmp4, but in case he occult the site that generates the download.