From 471af36da8e071c6de951c5b7f3c448c33f360d3 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 26 Apr 2020 21:12:04 -0400 Subject: [PATCH] Updated Fix uBlock Origin Blocking YouTube Requests (markdown) --- Fix-Ad-Blocker-Blocking-SponsorBlock's-Requests.md | 8 ++++++++ Fix-uBlock-Origin-Blocking-YouTube-Requests.md | 5 ----- 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 Fix-Ad-Blocker-Blocking-SponsorBlock's-Requests.md delete mode 100644 Fix-uBlock-Origin-Blocking-YouTube-Requests.md diff --git a/Fix-Ad-Blocker-Blocking-SponsorBlock's-Requests.md b/Fix-Ad-Blocker-Blocking-SponsorBlock's-Requests.md new file mode 100644 index 0000000..7793cca --- /dev/null +++ b/Fix-Ad-Blocker-Blocking-SponsorBlock's-Requests.md @@ -0,0 +1,8 @@ +Add the following to your "My Filters" section: + +``` +@@||youtube.com/get_video_info$~script +@@||*.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 diff --git a/Fix-uBlock-Origin-Blocking-YouTube-Requests.md b/Fix-uBlock-Origin-Blocking-YouTube-Requests.md deleted file mode 100644 index 4bdd77f..0000000 --- a/Fix-uBlock-Origin-Blocking-YouTube-Requests.md +++ /dev/null @@ -1,5 +0,0 @@ -It seems uBlock sometimes blocks requests to some YouTube endpoints. This can be fixed in the following way: - -![uBlock Origin Fix](https://user-images.githubusercontent.com/12688112/80323938-14e0b300-87fc-11ea-9e5d-04d24466fc17.gif) - -If uBlock Origin is blocking requests to SponsorBlock servers (not YouTube like in the above image), then you must switch from hard mode to easy mode. \ No newline at end of file