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