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
- Click "Start Scan" to analyze this page
- Review detected cookies, trackers, and scripts
- Export results in HTML, JSON, or CSV format
- Repeat on different pages of your site
- 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>