6 个仓库
Systems for centralizing and managing the loading of external marketing and analytics tags.
Distinct from Third-Party Script Security: Focuses on the management and control of script loading, distinct from security-focused script management.
Explore 6 awesome GitHub repositories matching security & cryptography · Third-Party Script Controllers. Refine with filters or upvote what's useful.
Partytown is a main thread performance optimizer and web worker script orchestrator. It functions as a third party script offloader that relocates resource-intensive external JavaScript from the browser's main thread into a sandboxed web worker environment. The project focuses on improving core web vitals and overall page responsiveness by reducing main thread blocking time. This isolation ensures that heavy third party scripts do not interfere with the execution of core application code and page loading speed. The system provides infrastructure for client-side script offloading through DOM
Provides a mechanism to move heavy third-party scripts into a web worker to increase page loading speed.
Partytown is a library designed to offload resource-intensive third-party scripts to background web workers. By executing these scripts outside of the main thread, it prevents them from blocking the critical rendering path, thereby maintaining a responsive user interface and improving overall page load performance. The project functions as a web worker proxy library that synchronizes browser interfaces between the main thread and background environments. It uses proxy-based access and synchronous messaging to replicate global objects like the window and document, allowing scripts to interact
Centralizes the loading and execution of external marketing and analytics tags to maintain control over site performance.
Webstudio is a visual CMS and website builder that provides a visual development environment for designing and publishing websites. It functions as an AI-powered design tool, a REST and GraphQL API client, and an atomic CSS compiler. The platform distinguishes itself through generative AI capabilities for creating layout variants and refining visual styles from text prompts. It integrates a headless CMS workflow that maps external data sources to visual components and utilizes a specialized compiler to convert design tokens into deduplicated atomic CSS for optimized page load speeds. The sys
Manages the injection of external scripts into the project head using async and defer attributes.
这是一个 Cookie 同意管理器和 GDPR 合规工具,用于收集用户对 Cookie 类别的同意。它实现为一个原生 JavaScript 插件,无需外部框架或依赖项。 该工具提供了一个多语言同意界面,可自动检测浏览器或文档语言环境以提供翻译后的内容。它通过在获得明确用户同意之前阻止第三方 iframe 和脚本来管理隐私偏好。 该系统通过可配置的横幅和模态框涵盖了网站隐私自定义,包括布局样式和主题选项。它还包括在做出同意决定之前限制页面交互的功能。
Controls the loading of external frames and scripts based on the user's granted cookie consent.
uMatrix 是一款浏览器网络请求过滤器,通过矩阵式界面管理网络流量。它充当细粒度的流量控制器和 Web 隐私防火墙,允许用户根据来源、目标和请求类型来拦截或允许流量。 该项目的特色在于其用于管理第一方和第三方流量的点击式界面。它提供了一套用于内容安全管理和 Web 隐私加固的分层规则系统,包括针对特定站点伪造 User-Agent 字符串和控制 Referrer 的功能。 该系统集成了基于主机的黑名单管理,支持导入外部列表,并采用分层逻辑,即窄范围的域名规则会覆盖全局默认设置。流量控制支持顶级域名过滤,并允许以纯文本格式手动编辑规则。
Manages first-party and third-party traffic through a layered rule system and point-and-click interface.
Privacy Badger is a browser privacy extension designed to block third-party trackers and strip monitoring parameters from URLs to protect user anonymity. It functions as a heuristic tracker blocker, identifying tracking domains by analyzing their appearance across multiple websites. The extension includes a link tracking sanitizer that uses regular expression matching to remove identifiers from outgoing links before navigation occurs. It also acts as a third-party content controller, replacing embedded trackers and social widgets with placeholders that only activate upon manual user interacti
Replaces trackers like video players and comment widgets with placeholders that only activate after a user click.