
Discover Less por Matheus Araujo
A simple extension that hides the 'Discover More' on Twitter and 'mute/block' messages
Necesitarás Firefox para usar esta extensión
Metadata de la extensión
Sobre esta extensión
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.
Califica tu experiencia
PermisosSaber más
Este complemento necesita:
- Acceder a tus datos para twitter.com
Más información
- Enlaces del complemento
- Versión
- 1.0.0
- Tamaño
- 42,34 KB
- Última actualización
- hace un año (3 de abr. de 2024)
- Categorías relacionadas
- Licencia
- Apache License 2.0
- Historial de versiones
- Etiquetas
Añadir a la colección
Más extensiones de Matheus Araujo
- Todavía no hay valoraciones
- Todavía no hay valoraciones
- Todavía no hay valoraciones
- Todavía no hay valoraciones
- Todavía no hay valoraciones
- Todavía no hay valoraciones
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.