reddit-unread-comments

Chrome/Firefox extension for easier tracking of new comments on Reddit. Free, open source, privacy aware.

MIT License

Stars
11
reddit-unread-comments - 1.1.1 Latest Release

Published by nemanjam 6 months ago

1.1.1

  1. fix highlight on active tab
reddit-unread-comments - 1.1.0

Published by nemanjam 6 months ago

1.1.0

  1. Break the existing dom, events, constants logic into separate files
  2. Completely rewrite events logic
    • attach onScroll, onKeyDown, onVisibilityChange unconditionally on mount
    • fix onUrlChange mutation observer event and debounce it, await location.href, fixed hasLeftThread condition
    • add custom onArrivedToRedditThread event
    • replace the existing debounce function with debounceLeading and debounceTrailing from lodash
  3. Add retryAndWait function for better awaitng thread loading state
reddit-unread-comments - 1.0.0

Published by nemanjam 6 months ago

  1. Support new Reddit design (www.reddit.com)
  2. Add Immediately checkbox to mark thread as read manually
  3. Update Readme.md and add new screenshot
  4. Update Chrome manifest v3
reddit-unread-comments - v0.0.4

Published by nemanjam 10 months ago

  1. Make Enable logger switch reflect immediately.
  2. Remove :focus-visible border from select element for sort By New.

Commit:

https://github.com/nemanjam/reddit-unread-comments/commit/32c8ea2bd0c465660386d95bb86852015b092c65

reddit-unread-comments - v0.0.3

Published by nemanjam 11 months ago

Fix comment timestamp flicker for 1hr > 1hr by making slider's date 30 seconds older than it really is which fixes Date comparison.

Commit:

https://github.com/nemanjam/reddit-unread-comments/commit/211c2dcce3620b03abccac64061459989c950229

reddit-unread-comments - v0.0.2

Published by nemanjam 11 months ago

Fixed closed popup in new tab, rerun everything on visibilitychange.

Commit: https://github.com/nemanjam/reddit-unread-comments/commit/26cbbc8e4ffa5d0a4e13731b1fe955f4c732268d

reddit-unread-comments - v0.0.1

Published by nemanjam 11 months ago

Related Projects