mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Merge pull request #83 from OfficialNoob/patch-16
Added youtube-nocookie.com
This commit is contained in:
commit
227bec4d8e
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
|||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"https://*.youtube.com/*"
|
||||
"https://*.youtube.com/*",
|
||||
"https://www.youtube-nocookie.com/embed/*"
|
||||
],
|
||||
"all_frames": true,
|
||||
"js": [
|
||||
|
|
Loading…
Reference in a new issue