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