jimdc / gender-reveal

Userscript to color-code words by grammatical gender on Duolingo to reinforce declension charts
0 stars 0 forks source link

Save word:gender data using indexedDB #1

Open jimdc opened 6 years ago

jimdc commented 6 years ago

https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB

jimdc commented 6 years ago

Maybe the different languages would be different databases.

Just to test out this concept of saving word:gender data to apply it to the multiple choice questions, you can use GM_setValue and getValue temporarily