
Discover Less von Matheus Araujo
A simple extension that hides the 'Discover More' on Twitter and 'mute/block' messages
1 Benutzer1 Benutzer
Melden Sie sich an, um diese Erweiterung zu verwenden
Metadaten zur Erweiterung
Über diese Erweiterung
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.
Bewertet mit 0 von 0 Bewertern
Berechtigungen und DatenWeitere Informationen
Benötigte Berechtigungen:
- Auf Ihre Daten für twitter.com zugreifen
Weitere Informationen
- Add-on-Links
- Version
- 1.0.0
- Größe
- 42,34 KB
- Zuletzt aktualisiert
- vor einem Jahr (3. Apr. 2024)
- Verwandte Kategorien
- Lizenz
- Apache License 2.0
- Versionsgeschichte
- Schlagwörter
- Zur Sammlung hinzufügen
Mehr Erweiterungen von Matheus Araujo
- Es liegen noch keine Bewertungen vor
- Es liegen noch keine Bewertungen vor
- Es liegen noch keine Bewertungen vor
- Es liegen noch keine Bewertungen vor
- Es liegen noch keine Bewertungen vor
- Es liegen noch keine Bewertungen vor
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.