Live data from Hacker News

Show HN: Instantly listen to any URL

per.quest

1–10 of 89 posts

Re: Show HN: Instantly listen to any URL

#5
If 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

#6
post #5

If 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);

"bookmarklet"

Re: Show HN: Instantly listen to any URL

#10
Neat! 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?

Post reply on HN