Discover Less 作者: Matheus Araujo
A simple extension that hides the 'Discover More' on Twitter and 'mute/block' messages
2 个用户2 个用户
扩展元数据
关于此扩展
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.
评分 0(1 位用户)
权限与数据
更多信息
- 版本
- 1.0.0
- 大小
- 42.34 KB
- 上次更新
- 2 年前 (2024年4月3日)
- 版本历史
- 添加到收藏集
blockedWordscontaining phrases used for filtering.removeDiscoverMorefunction performs the core removal logic:data-testid="cellInnerDiv"attribute.removeElementsfunction is a helper function used to remove elements efficiently:display: noneinstead of complete removal to avoid triggering Twitter's re-rendering.removeDiscoverMoreinitially to remove existing elements.removeDiscoverMorefunction is re-executed to remove any newly added elements containing blocked phrases.