New:Socket for Asana Is Now Available.Learn more
Get Started

YouTube Detox

Package Overview
Versions
2
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yt-detox@example.com - firefox Package Compare versions

Comparing version
1.2.0
to
1.2.2
+10
-1
CHANGELOG.md

@@ -7,2 +7,11 @@ # Changelog

## [1.2.2] - 2026-02-11
### Changed
- Added Firefox data collection disclosure stating no data is collected
## [1.2.1] - 2026-02-11
### Fixed
- Removed the "no connection" screen shown during redirect to subscriptions
- Removed the new end screen overlay element
## [1.2.0] - 2025-05-18

@@ -46,2 +55,2 @@ ### Added

- Dynamic content handling
- Protection against unwanted redirects
- Protection against unwanted redirects

@@ -42,2 +42,3 @@ // Redirect shorts, home page and trending to subscription feed

'.ytp-endscreen-content', // Video end screen overlay
'.ytp-fullscreen-grid', // New video end screen overlay
'.ytp-ce-element' // Clickable end screen elements

@@ -55,2 +56,6 @@ ];

const noConnectionSelectors = [
'ytd-section-list-renderer' // No connection screen in the middle of redirect to subscriptions
]
// Remove sidebar elements

@@ -67,2 +72,6 @@ const sidebarElements = document.querySelectorAll(sidebarSelectors.join(','));

shortsElements.forEach(element => element.remove());
// Remove no connection screen
const noConnectionElements = document.querySelectorAll(noConnectionSelectors.join(','));
noConnectionElements.forEach(element => element.remove());
}

@@ -69,0 +78,0 @@

+7
-2
{
"manifest_version": 2,
"name": "YouTube Detox",
"version": "1.2.0",
"version": "1.2.2",
"homepage_url": "https://github.com/lemjoe/yt-detox",

@@ -11,3 +11,8 @@ "description": "Transform YouTube into a focused, distraction-free space. Remove Shorts, recommendations, and stay in control of your viewing experience.",

"id": "yt-detox@example.com",
"strict_min_version": "58.0"
"strict_min_version": "58.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}

@@ -14,0 +19,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet