Discover Less by Matheus Araujo
A simple extension that hides the 'Discover More' on Twitter and 'mute/block' messages
You'll need Firefox to use this extension
Extension Metadata
About this extension
Extension for reducing distractions on X 🐦
I created a simple Chrome extension to avoid distractions with "Discover More" on X. For those who have difficulty keeping their focus, like me, it disturbs them so much.
The extension occults the "Discover More" function, improving the browsing experience.
I created a simple Chrome extension to avoid distractions with "Discover More" on X. For those who have difficulty keeping their focus, like me, it disturbs them so much.
The extension occults the "Discover More" function, improving the browsing experience.
Developer comments
Rate your experience
PermissionsLearn more
This add-on needs to:
- Access your data for twitter.com
More information
- Add-on Links
- Version
- 1.0.0
- Size
- 42.34 KB
- Last updated
- 9 months ago (Apr 3, 2024)
- Related Categories
- License
- Apache License 2.0
- Version History
- Tags
Add to collection
More extensions by Matheus Araujo
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
blockedWords
containing phrases used for filtering.removeDiscoverMore
function performs the core removal logic:data-testid="cellInnerDiv"
attribute.removeElements
function is a helper function used to remove elements efficiently:display: none
instead of complete removal to avoid triggering Twitter's re-rendering.removeDiscoverMore
initially to remove existing elements.removeDiscoverMore
function is re-executed to remove any newly added elements containing blocked phrases.