socialTrackers.html (1019B)
1 <!doctype html> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <html dir="ltr" xml:lang="en-US" lang="en-US"> 6 <meta name="viewport" content="width=device-width" /> 7 <head> 8 <meta charset="UTF-8" /> 9 <title>socialTrackers</title> 10 </head> 11 <body> 12 <!--Level 1 Tracker blocking with separate lists (social-track-digest256,ads-track-digest256,analytics-track-digest256).--> 13 <!--using the https://senglehardt.com/test/trackingprotection/test_pages/tracking_protection.html test page--> 14 <p>social trackers</p> 15 <p>if you can read this, then:</p> 16 <p>social trackers not blocked</p> 17 <img 18 src="https://social-track-digest256.dummytracker.org/test_not_blocked.png" 19 onerror="this.onerror=null;this.src='https://not-a-tracker.dummytracker.org/test_blocked.png';alert('social trackers blocked')" 20 /> 21 </body> 22 </html>