
Discover Less od Matheus Araujo
A simple extension that hides the 'Discover More' on Twitter and 'mute/block' messages
1 User1 User
Za korištenje ovog proširenja trebat ćeš Firefox
Metapodaci proširenja
Informacije o ovom proširenju
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.
Rated 0 by 0 reviewers
Dozvole i podaciSaznaj više
Potrebne dozvole:
- Pristupiti tvojim podacima za twitter.com
Daljnje informacije
- Poveznice dodatka
- Verzija
- 1.0.0
- Veličina
- 42,34 KB
- Zadnje aktualiziranje
- prije godinu (3. tra. 2024)
- Povezane kategorije
- Licenca
- Apache License 2.0
- Povijest verzija
- Dodaj u zbirku
Daljnja proširenja od Matheus Araujo
- Još nema ocjena
- Još nema ocjena
- Još nema ocjena
- Još nema ocjena
- Još nema ocjena
- Još nema ocjena
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.