LibriVox PlayMaker

Converts audio link on LibriVox page to an audio element loader.

目前為 2023-04-11 提交的版本,檢視 最新版本

作者
quartertone
評價
0 0 0
版本
1.0
建立日期
2023-04-11
更新日期
2023-04-11
尺寸
2.7 KB
授權條款
GPL-3.0
腳本執行於

The LibriVox audiobook pages have links to the audio files at the start of each track. Clicking the link takes you to the audio file to play in the browser (or download, depending on browser settings). This script will script will replace the "Play" button of each track with an audio element loader. Clicking "load" will load that particular audio track in to an HTML audio element so that you can actually play the audio without leaving the page.

  • After each track finishes playing, the next track with automatically load and start to play.
  • Note: Some browsers may not autoplay while in the background, and some browsers may not allow autoplay at all.
  • Browser will remeber your progress in each track you play. Progress will clear when the track finishes playing.
  • Browser will remember the last track you played, and will pick up where you left off.