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
refactor: refactor tinyShield into publishable library workspace (#74)
* feat: Implement Ad-Shield domain filtering and wildcard handling
- Add SafeArrayToString utility for safe array string conversion.
- Introduce custom-defined matches and exclusion sets for domain filtering.
- Create functions to fetch Ad-Shield domains from AdGuard and uBlock Origin filter lists.
- Implement logic to parse and filter Ad-Shield domains, including CDN checks.
- Add IAB sellers fetching functionality with validation.
- Develop utility functions for domain wildcard handling and grouping by TLD.
- Enhance testing suite with comprehensive tests for new functionalities.
- Update TypeScript configuration for libraries and userscript.
- Modify package.json scripts for improved build processes and workspace management.
* chore: Add license and keywords to package.json for better package metadata
0 commit comments