Discover Less 作者: Matheus Araujo
A simple extension that hides the 'Discover More' on Twitter and 'mute/block' messages
您需要 Firefox 来使用此扩展
扩展元数据
关于此扩展
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.
开发者留言
为您的体验打分
权限详细了解
此附加组件需要:
- 存取您在 twitter.com 的数据
更多信息
- 附加组件链接
- 版本
- 1.0.0
- 大小
- 42.34 KB
- 上次更新
- 8 个月前 (2024年4月3日)
- 相关分类
- 许可证
- Apache License 2.0
- 版本历史
- 标签
添加到收藏集
Matheus Araujo 制作的更多扩展
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
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.