Flashcards from Google Translate
time
section
00:00
Introduction
01:26
Starting from scratch
03:33
Trying it out
04:08
Conclusion
Recipe
NameFlashcards from translations
Callbackconst source = document.querySelector('textarea[aria-label="Source text"]').value.split('\n');
const pronounce = source.map(e => '');
if (document.querySelector(