Skip to content

Releases: moohbr/discover-less

v1.0.1

12 Mar 02:03
eaa6405
Compare
Choose a tag to compare
  1. Remove muted post warning

What's Changed

  • feat: added findMutedPosts function and mutex by @moohbr in #1

New Contributors

  • @moohbr made their first contribution at #1

Full Changelog: v1.0.0...v1.0.1

v1.0.0

10 Mar 05:20
3a57704
Compare
Choose a tag to compare
  1. Targets elements containing phrases like "Discover more" and "More replies".
  2. Removes the targeted element and its following siblings with a specific test ID (data-testid="cellInnerDiv").
  3. Utilizes a MutationObserver to monitor the DOM for changes and dynamically remove newly added elements.

Full Changelog: https://github.com/moohbr/discover-less/commits/v1.0.0