diff options
| author | SimonBrazell <simon@brazell.com.au> | 2020-11-04 22:21:24 +1100 |
|---|---|---|
| committer | SimonBrazell <simon@brazell.com.au> | 2020-11-04 22:21:24 +1100 |
| commit | b3d6918e337753902109ede2514fbc5aab282b66 (patch) | |
| tree | 2dccc3bbc6701090467bc7b088127c9ccf3f5ece | |
| parent | Ignore embedded videos for FreeTube redirects (diff) | |
| download | libredirect-b3d6918e337753902109ede2514fbc5aab282b66.zip | |
Remove "https://yewtu.be" from random instance list
Diffstat (limited to '')
| -rw-r--r-- | background.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/background.js b/background.js index f8519c6c..9c29d845 100644 --- a/background.js +++ b/background.js @@ -18,7 +18,6 @@ const invidiousInstances = [ "https://invidiou.site", "https://invidious.kavin.rocks", "https://tube.connect.cafe", - "https://yewtu.be", ]; const twitterDomains = [ "twitter.com", |
