Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<html dir="ltr" xml:lang="en-US" lang="en-US">
<meta name="viewport" content="width=device-width" />
<head>
<meta charset="UTF-8" />
<title>analyticsTrackers</title>
</head>
<body>
<!--Level 1 Tracker blocking with separate lists (social-track-digest256,ads-track-digest256,analytics-track-digest256).-->
<!--using the https://senglehardt.com/test/trackingprotection/test_pages/tracking_protection.html test page-->
<p>analytics trackers</p>
<p>if you can read this, then:</p>
<p>analytics trackers not blocked</p>
<img
onerror="
this.onerror = null;
alert('analytics trackers blocked');
"
/>
</body>
</html>