Consent Mode v2

Configurable cookie consent banner with Google Consent Mode v2 integration. Hosted by thd.agency.

Usage:

<script>
  window.cookieConsentConfig = {
    domain: '.example.com',
    privacyUrl: '/privacy-policy',
    bannerStyle: 'modal',
    colors: {
      surface: '#f9efe3',
      primary: '#ff4128',
      secondary: '#a6b1e7',
      // ... see docs for all options
    }
  };
</script>
<script src="https://consent.thd.agency/cookie-consent.js"></script>