Jisho Audio Downloader

Adds download audio button to Jisho.org pages which downloads word audio clips.

Author
miere
Daily installs
0
Total installs
132
Ratings
0 1 0
Version
0.1
Created
2017-02-25
Updated
2017-02-25
Size
3.01 KB
License
N/A
Applies to

Adds Download Audio button to Jisho.org webpages that downloads word audio clips.

Works in Chrome, may add small lag on page load. If that bothers you, remove // @match http://jisho.org/search/* line from code, now button will appear only on word 'Details' page.

Audio will be saved with word name in it (e.g. 今.mp3 on screenshot), sometimes may fail and download audio with dumb file name like '275fecaccsomething.mp3' because XMLHttpRequest fails with 'no Access-Control-Allow-Origin header present' error.

Will download audio clips with .mp3 extension, change audioElement.children[0].src to audioElement.children[1].src to download .ogg audio.