Checkout harelang.org!
Pinned Loading
-
Get audio from Forvo
Get audio from Forvo 1function selectin(str, startstr, endstr) {
2const starti = str.indexOf(startstr) + startstr.length
3return str.substring(starti, str.indexOf(endstr, starti))
4}
5 -
anki.mjs
anki.mjs 1async function anki(action, params) {
2return Object.values(await (await fetch("http://127.0.0.1:8765", {
3method: "POST",
4body: JSON.stringify({
5action,
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.