đŸĒ Cookie Scanner

Detect cookies, trackers, and third-party scripts on your website

Scan Current Page

Click below to analyze cookies and trackers on this page

â„šī¸ How it works: This scanner analyzes the current page only. It detects:
  • All cookies set on this page
  • Known tracking scripts (Google Analytics, Facebook Pixel, etc.)
  • Third-party requests
  • Cookie classifications (analytics, marketing, necessary, etc.)
âš ī¸ Limitations: This is a client-side scanner. It can only see cookies and scripts loaded on the current page. For comprehensive site-wide scanning, use our guide to manually document all pages.

How to Use This Scanner

  1. Click "Start Scan" to analyze this page
  2. Review detected cookies, trackers, and scripts
  3. Export results in HTML, JSON, or CSV format
  4. Repeat on different pages of your site
  5. Document all unique cookies found

Use on Your Site

Add this script to any page you want to scan:

<script src="https://your-domain.pages.dev/cookiescanner.js"></script>
<script>
  // Scan and log results
  const results = CookieScanner.scan();
  console.log(results);
  
  // Export HTML report
  CookieScanner.exportHTML();
</script>