This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # Remake of Benn Jordan's script as shown in: https://www.youtube.com/watch?v=UMIwNiwQewQ | |
| # This does work. DO NOT USE THIS MALICIOUSLY, PLEASE ONLY USE THIS FOR RESEARCH PURPOSES!! | |
| import sys | |
| import os | |
| import time | |
| import csv | |
| import re | |
| import platform |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Email Tracker Blocklist - Pi-hole Compatible | |
| # Version: 1.1 | |
| # Last Modified: 31 May 2025 | |
| # Description: Blocks email tracking pixels and open tracking | |
| # Warning: May break some legitimate email functionality | |
| # Email tracking services | |
| acxiom-online.com | |
| adsrvr.org | |
| adsymptotic.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mask.icloud.com | |
| mask-api.icloud.com | |
| mask-h2.icloud.com | |
| ocsp.apple.com | |
| certs.apple.com | |
| valid.apple.com | |
| configuration.apple.com | |
| setup.icloud.com | |
| p25-keyvalueservice.icloud.com | |
| p47-keyvalueservice.icloud.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="player"> | |
| <div class="player__header"> | |
| <div class="player__img player__img--absolute slider"> | |
| <button class="player__button player__button--absolute--nw playlist"> | |
| <img src="http://physical-authority.surge.sh/imgs/icon/playlist.svg" alt="playlist-icon"> |