Displays Luxembourgish's The Word of the Day. It gets them (wotds) from LOD.lu
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please remove all the unnecessary comments. 2. Unused imports (line 2-3 `prefs.js`). 3. Don't use `var`. Use `let` and `const` instead. 4. Also null out in disable: ```js SETTINGS = null; EXTENSION = null; ``` [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects)