by not-chatgpt on 3/18/23, 11:55 PM with 1 comments
by kevincox on 3/19/23, 10:55 AM
Some thoughts on first reading.
- Only supports the RSS format.
- Crashes if some properties are not available.
- Dark mode toggle is never actually read. Instead the internal value is just changed on every click. Mostly poor coding style.
- It used textContent so no HTML injection! Although it just avoided showing the entry content at all. Which would require safely rendering untrusted HTML.