
Discover Less av Matheus Araujo
A simple extension that hides the 'Discover More' on Twitter and 'mute/block' messages
Du treng Firefox for å bruke denne utvidinga
Metadata for utvidingar
Om denne utvidinga
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.
Vurder opplevinga di
LøyveLes meir
Dette tillegget treng å:
- Tilgang til dataa dine for twitter.com
Meir informasjon
- Lenker for tillegg
- Versjon
- 1.0.0
- Storleik
- 42,34 KB
- Sist oppdatert
- eit år sidan (3. apr. 2024)
- Liknande kategoriar
- Lisens
- Apache License 2.0
- Versjonshistorikk
- Etikettar
Legg til i samling
Fleire utvidingar av Matheus Araujo
- Ingen vurderingar enno
- Ingen vurderingar enno
- Ingen vurderingar enno
- Ingen vurderingar enno
- Ingen vurderingar enno
- Ingen vurderingar enno
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.