Make timeline easier to use
Ekde 2025/07/29. Vidu La ĝisdata versio.
Ili estas versioj de tiu ĉi skripto, kie la kodo estas ĝisdatigita. Montri ĉiujn versiojn
const HIDE_RECOMMENDED_CARDS = false;
true
Thanks to a helpful user on the Chub Discord, I found out that the API key is available in localStorage, saving the user from having to manually input it.
Cache non-placeholder API keys so that even if the API_KEY variable gets overwritten during an update, we can load the actual key from storage. Update readme with setup guide.
Actually hide the card if it is marked as hidden, sigh.
Fixed the hide button not doing anything.