diff --git a/src/assets/javascripts/helpers/youtube.js b/src/assets/javascripts/helpers/youtube.js index 861c5af..68afdd1 100644 --- a/src/assets/javascripts/helpers/youtube.js +++ b/src/assets/javascripts/helpers/youtube.js @@ -10,8 +10,8 @@ const targets = [ "music.youtube.com", ]; /* - Please remember to also update the manifest.json file - (content_scripts > matches, 'persist-invidious-prefs.js') + Please remember to also update the manifest.json file + (content_scripts > matches, 'persist-invidious-prefs.js') when updating this list: */ const redirects = [ @@ -25,6 +25,7 @@ const redirects = [ "https://invidious.site", "https://yewtu.be", "https://invidious.tube", + "https://invidious.048596.xyz", "http://fz253lmuao3strwbfbmx46yu7acac2jz27iwtorgmbqlkurlclmancad.onion", "http://qklhadlycap4cnod.onion", "http://c7hqkpkpemu6e7emz5b4vyz7idjgdvgaaa3dyimmeojqbgpea3xqjoid.onion", diff --git a/src/manifest.json b/src/manifest.json index b7ea090..764ac65 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -49,6 +49,7 @@ "*://invidious.site/*", "*://yewtu.be/*", "*://invidious.tube/*", + "*://invidious.048596.yxz/*", "*://fz253lmuao3strwbfbmx46yu7acac2jz27iwtorgmbqlkurlclmancad.onion/*", "*://qklhadlycap4cnod.onion/*", "*://c7hqkpkpemu6e7emz5b4vyz7idjgdvgaaa3dyimmeojqbgpea3xqjoid.onion/*",