Show HN: Instantly listen to any URL
11–20 of 89 posts
Re: Show HN: Instantly listen to any URL
#12Neat! Could you add speed controls, a download audio option, download audio as mp3/webm/etc, and options for different voices? Why is there no donation option for this project? Why not add a email signup for updates/news? What are your options for micro monetization?
Re: Show HN: Instantly listen to any URL
#13If you want a bookmark: javascript:audio=document.createElement('audio');audio.controls=true;audio.autoplay=true;audio.src='https://per.quest/'+document.location.href;audio.style='position:fixed;right:0;top:0;height:revert;z-index:10000;';document.body.appendChild(audio);
javascript:(function(){audio=document.createElement('audio');audio.controls=true;audio.autoplay=true;audio.src='https://per.quest/'+document.location.href;
audio.style='position:fixed;right:0;top:0;height:revert;z-index:10000;';document.body.appendChild(audio);})();
Re: Show HN: Instantly listen to any URL
#14One minor request: I realize the form page itself is very minimal, but this would be much more usable on a phone if you set the font-size of the input to at least 16px, and a reasonable viewport meta tag eg ``
Re: Show HN: Instantly listen to any URL
#15If you want a bookmark: javascript:audio=document.createElement('audio');audio.controls=true;audio.autoplay=true;audio.src='https://per.quest/'+document.location.href;audio.style='position:fixed;right:0;top:0;height:revert;z-index:10000;';document.body.appendChild(audio);
Re: Show HN: Instantly listen to any URL
#16It would be nice if we can choose languages other than English.
Re: Show HN: Instantly listen to any URL
#17Neat! Could you add speed controls, a download audio option, download audio as mp3/webm/etc, and options for different voices? Why is there no donation option for this project? Why not add a email signup for updates/news? What are your options for micro monetization?
There must be some type of cost on their end. Heck I’m happy to invest!
Re: Show HN: Instantly listen to any URL
#18If you want a bookmark: javascript:audio=document.createElement('audio');audio.controls=true;audio.autoplay=true;audio.src='https://per.quest/'+document.location.href;audio.style='position:fixed;right:0;top:0;height:revert;z-index:10000;';document.body.appendChild(audio);
Your code did not work for me, here is what worked: javascript:(function(){audio=document.createElement('audio');audio.controls=true;audio.autoplay=true;audio.src=' https://per.quest/'+document.location.href ; audio.style='position:fixed;right:0;top:0;height:revert;z-index:10000;';document.body.appendChild(audio);})();
Re: Show HN: Instantly listen to any URL
#19URL used: https://www.bbc.com/news/world-asia-india-43581122