
Discover Less от Matheus Araujo
A simple extension that hides the 'Discover More' on Twitter and 'mute/block' messages
1 пользователь1 пользователь
Вам понадобится 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.
Оценено 0 рецензентами на 0
Разрешения и данныеПодробнее
Требуемые разрешения:
- Получать доступ к вашим данных на twitter.com
Больше сведений
- Ссылки дополнения
- Версия
- 1.0.0
- Размер
- 42,34 КБ
- Последнее обновление
- год назад (3 апр. 2024 г.)
- Связанные категории
- Лицензия
- 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.