awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesThird-Party Script Controllers

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.

Awesome Third-Party Script Controllers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • builderio/partytownAvatar von BuilderIO

    BuilderIO/partytown

    13,707Auf GitHub ansehen↗

    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.

    TypeScript
    Auf GitHub ansehen↗13,707
  • qwikdev/partytownAvatar von QwikDev

    QwikDev/partytown

    13,706Auf GitHub ansehen↗

    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.

    TypeScript3rd-party3rdpartyanalytics
    Auf GitHub ansehen↗13,706
  • webstudio-is/webstudioAvatar von webstudio-is

    webstudio-is/webstudio

    8,240Auf GitHub ansehen↗

    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.

    TypeScriptaccessibilityalternativecloudflare
    Auf GitHub ansehen↗8,240
  • orestbida/cookieconsentAvatar von orestbida

    orestbida/cookieconsent

    5,548Auf GitHub ansehen↗

    Dieses Projekt ist ein Cookie-Consent-Manager und ein Tool zur DSGVO-Konformität, das verwendet wird, um die Zustimmung der Benutzer für Cookie-Kategorien einzuholen. Es ist als Vanilla-JavaScript-Plugin implementiert, das ohne externe Frameworks oder Abhängigkeiten auskommt. Das Tool bietet eine mehrsprachige Consent-Schnittstelle, die automatisch Browser- oder Dokument-Locales erkennt, um übersetzte Inhalte bereitzustellen. Es verwaltet Datenschutzeinstellungen, indem es Drittanbieter-Iframes und Skripte blockiert, bis eine explizite Zustimmung des Benutzers erteilt wurde. Das System deckt die Anpassung des Website-Datenschutzes durch konfigurierbare Banner und Modals ab, einschließlich Optionen für Layout-Stile und Themes. Es enthält zudem Funktionen, um die Seiteninteraktion einzuschränken, bis eine Entscheidung zur Zustimmung getroffen wurde.

    Controls the loading of external frames and scripts based on the user's granted cookie consent.

    JavaScript
    Auf GitHub ansehen↗5,548
  • gorhill/umatrixAvatar von gorhill

    gorhill/uMatrix

    4,680Auf GitHub ansehen↗

    uMatrix ist ein Browser-Netzwerkanfragefilter, der den Netzwerkverkehr über eine matrixbasierte Schnittstelle verwaltet. Er fungiert als granularer Traffic-Controller und Web-Privatsphäre-Firewall, die es Benutzern ermöglicht, Datenverkehr basierend auf Quelle, Ziel und Anfragetyp zu blockieren oder zuzulassen. Das Projekt zeichnet sich durch eine Point-and-Click-Schnittstelle für die Verwaltung von First-Party- und Third-Party-Traffic aus. Es bietet ein geschichtetes Regelsystem für das Content-Sicherheitsmanagement und die Härtung der Web-Privatsphäre, einschließlich der Möglichkeit, User-Agent-Strings zu fälschen und Referrer auf einer pro-Site-Basis zu kontrollieren. Das System integriert eine hostbasierte Blocklistenverwaltung zum Importieren externer Listen und verwendet eine hierarchische Logik, bei der enge Domänenbereiche globale Standards überschreiben. Traffic-Kontrollen werden durch Filterung auf Top-Level-Domänenebene und die Möglichkeit unterstützt, Regeln manuell in einem Klartextformat zu bearbeiten.

    Manages first-party and third-party traffic through a layered rule system and point-and-click interface.

    JavaScript
    Auf GitHub ansehen↗4,680
  • efforg/privacybadgerAvatar von EFForg

    EFForg/privacybadger

    3,668Auf GitHub ansehen↗

    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.

    JavaScriptbrowser-fingerprintingchrome-extensioncookies
    Auf GitHub ansehen↗3,668
  1. Home
  2. Security & Cryptography
  3. Third-Party Script Security
  4. Third-Party Script Controllers

Unter-Tags erkunden

  • First- and Third-Party Request ControllersInterfaces for managing the loading and execution of requests based on whether they are first-party or third-party. **Distinct from Third-Party Script Controllers:** Specifically controls the origin relationship (1st vs 3rd party) rather than just managing the delivery of marketing tags.
  • Placeholder-Based ActivationSystems that replace third-party content with inactive placeholders requiring user interaction to load. **Distinct from Third-Party Script Controllers:** Distinct from Third-Party Script Controllers: focuses on UI-level placeholders and manual user activation rather than centralized script loading management.