Removed music.youtube.com regex from YouTube https://github.com/libredirect/browser_extension/issues/830#issuecomment-1773523232
This commit is contained in:
parent
27602cb94a
commit
eae22ddcc3
Binary file not shown.
|
@ -106,8 +106,7 @@
|
||||||
"^https?:\\/{2}(i|s)\\.ytimg.com\\/vi\\/.*\\/..*",
|
"^https?:\\/{2}(i|s)\\.ytimg.com\\/vi\\/.*\\/..*",
|
||||||
"^https?:\\/{2}(www\\.)?youtube.com\\/watch?v=..*",
|
"^https?:\\/{2}(www\\.)?youtube.com\\/watch?v=..*",
|
||||||
"^https?:\\/{2}(www\\.)?youtu\\.be\\/..*",
|
"^https?:\\/{2}(www\\.)?youtu\\.be\\/..*",
|
||||||
"^https?:\\/{2}(www\\.)?(youtube|youtube-nocookie)\\.com\\/embed\\/..*",
|
"^https?:\\/{2}(www\\.)?(youtube|youtube-nocookie)\\.com\\/embed\\/..*"
|
||||||
"^https?:\\/{2}music\\.youtube\\.com\\/"
|
|
||||||
],
|
],
|
||||||
"name": "YouTube",
|
"name": "YouTube",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "__MSG_extensionName__",
|
"name": "__MSG_extensionName__",
|
||||||
"description": "__MSG_extensionDescription__",
|
"description": "__MSG_extensionDescription__",
|
||||||
"version": "2.8.1",
|
"version": "2.8.2",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
|
|
Loading…
Reference in New Issue