You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shared JavaScript projects powering privacy features and special pages in DuckDuckGo's native apps (macOS, Windows, iOS, Android).
4
+
5
+
## Workspaces
6
+
7
+
This is an npm workspace monorepo with four sub-projects:
8
+
9
+
### `injected/` - Browser Privacy Features
10
+
11
+
JavaScript features injected into web pages for privacy protections. Features extend `ConfigFeature` and integrate with remote configuration for per-site enable/disable.
12
+
13
+
**Features** (in `injected/src/features/`):
14
+
- `api-manipulation` - API behavior modifications
15
+
- `autofill-import` - Credential import support
16
+
- `breakage-reporting` - Site breakage reports
17
+
- `broker-protection` - Data broker removal automation
18
+
- `click-to-load` - Social embed blocking
19
+
- `cookie` - Cookie management
20
+
- `duck-player` / `duck-player-native` - YouTube privacy player
0 commit comments