
Discover Less 作者: Matheus Araujo
A simple extension that hides the 'Discover More' on Twitter and 'mute/block' messages
1 User1 User
必須使用 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.
由 1 位評論者給出 0 分
權限與資料了解更多
必要權限:
- 存取您在 twitter.com 的資料
更多資訊
- 附加元件網址
- 版本
- 1.0.0
- 大小
- 42.34 KB
- 最近更新
- 1 年前 (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.