๐Ÿช Cookie Consent VE

Automatic Cookie & Script Blocking - Zero Code Changes Required

GDPR-compliant cookie consent with intelligent detection

โœจ Key Features

๐Ÿ›ก๏ธ Automatic Blocking

Automatically detects and blocks analytics/marketing cookies AND scripts without any code modifications.

๐Ÿš€ Zero Setup

Works with your existing Google Analytics, Facebook Pixel, and other tracking code.

๐Ÿ“Š Smart Detection

Pattern-based detection for Google Analytics, Facebook Pixel, and more tracking services.

โœ… GDPR Compliant

Full consent management with preferences modal and automatic cookie clearing.

๐ŸŽจ Customizable

5 banner positions, light/dark themes, and fully customizable categories.

๐Ÿ“ฑ Responsive

Works perfectly on desktop, tablet, and mobile devices.

๐Ÿš€ Quick Start

Include the script in your <head> and initialize:

<script src="cookie-consent-standalone.js"></script>
<script>
  CookieConsent.init({
    categories: {
      necessary: { enabled: true, readOnly: true },
      analytics: { enabled: false },
      marketing: { enabled: false }
    }
  });
</script>
๐ŸŽ‰ That's it! Your existing analytics and marketing code will be automatically blocked until consent is given.

๐Ÿ” Automatic Detection

The plugin automatically detects and blocks:

๐Ÿงช Live Demo

Check the browser console (F12) to see automatic blocking in action!

The banner at the bottom-right appeared automatically on first visit.

๐Ÿ“š Documentation & Demos

Explore more examples and documentation:

Standalone Example Auto-Gating Demo Debug Tools

๐Ÿ”— Resources

Website: vesrl.ro
GitHub: cookie-consent-ve
License: MIT (Free for commercial use)