From 4299b61efb89fb84207e788639dc79564e649ff8 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 27 Apr 2020 14:14:49 -0400 Subject: [PATCH] Updated Fix Ad Blocker Blocking SponsorBlock's Requests (markdown) --- Fix-Ad-Blocker-Blocking-SponsorBlock's-Requests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fix-Ad-Blocker-Blocking-SponsorBlock's-Requests.md b/Fix-Ad-Blocker-Blocking-SponsorBlock's-Requests.md index 7793cca..49e3fb4 100644 --- a/Fix-Ad-Blocker-Blocking-SponsorBlock's-Requests.md +++ b/Fix-Ad-Blocker-Blocking-SponsorBlock's-Requests.md @@ -2,7 +2,7 @@ Add the following to your "My Filters" section: ``` @@||youtube.com/get_video_info$~script -@@||*.ajay.app^$~script +@@||sponsor.ajay.app^$~script ``` -The first allows SponsorBlock to get YouTube video info. The second allows it to get sponsors from the database (ajay.app is my website). \ No newline at end of file +The first allows SponsorBlock to get YouTube video info. The second allows it to get sponsors from the database. \ No newline at end of file