From 76c1d3efd60f8d448da4c35622ff3fb954b54ae1 Mon Sep 17 00:00:00 2001 From: "alex.kopachov" Date: Mon, 13 May 2024 16:24:08 +0200 Subject: [PATCH] Added YouTube Ad block list (by @kboghdady) --- blocklists/youtube-ads.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blocklists/youtube-ads.json diff --git a/blocklists/youtube-ads.json b/blocklists/youtube-ads.json new file mode 100644 index 0000000..589aedb --- /dev/null +++ b/blocklists/youtube-ads.json @@ -0,0 +1,9 @@ +{ + "name": "YouTube Ad block list (by @kboghdady)", + "website": "https://github.com/kboghdady/youTube_ads_4_pi-hole", + "description": "Get rid of ADs while watching YouTube", + "source": { + "url": "https://raw.githubusercontent.com/kboghdady/youTube_ads_4_pi-hole/master/youtubelist.txt", + "format": "domains" + } +}