
Discover Less Autor: Matheus Araujo
A simple extension that hides the 'Discover More' on Twitter and 'mute/block' messages
1 používateľ1 používateľ
Na použitie tohto rozšírenia budete potrebovať Firefox
Metadáta rozšírenia
O tomto rozšírení
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.
Hodnotené 0 od 0 recenzentov
Povolenia a údajeĎalšie informácie
Požadované oprávnenia:
- Pristupovať k údajom pre twitter.com
Ďalšie informácie
- Odkazy doplnku
- Verzia
- 1.0.0
- Veľkosť
- 42,34 kB
- Posledná aktualizácia
- pred rokom (3. apr 2024)
- Príbuzné kategórie
- Licencia
- Apache License 2.0
- História verzií
- Pridať do kolekcie
Ďalšie rozšírenia od autora Matheus Araujo
- Doplnok zatiaľ nie je ohodnotený
- Doplnok zatiaľ nie je ohodnotený
- Doplnok zatiaľ nie je ohodnotený
- Doplnok zatiaľ nie je ohodnotený
- Doplnok zatiaľ nie je ohodnotený
- Doplnok zatiaľ nie je ohodnotený
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.