Jisho Audio Downloader

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

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
miere
今日安裝
0
安裝總數
135
評價
0 1 0
版本
0.1
建立日期
2017-02-25
更新日期
2017-02-25
尺寸
3.0 KB
授權條款
未知
腳本執行於

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.