diff options
author | Simon Brazell <simon@brazell.com.au> | 2020-12-03 09:23:16 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-03 09:23:16 +1100 |
commit | 1a3ec47160f09658eb8766723f5535298bb750b6 (patch) | |
tree | a34fe4c397b86d8a704682fe16218d92d1a4801b | |
parent | Closes #111 - Adds ability to customise random instance pools (diff) | |
parent | Add "yewtu.be" back to the random instance list (diff) | |
download | libredirect-1a3ec47160f09658eb8766723f5535298bb750b6.zip |
Merge pull request #133 from unixfox/patch-1
Add "yewtu.be" back to the random instance list
Diffstat (limited to '')
-rw-r--r-- | background.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/background.js b/background.js index 1e236228..983ede10 100644 --- a/background.js +++ b/background.js @@ -50,6 +50,7 @@ const invidiousInstances = [ "https://invidiou.site", "https://vid.mint.lgbt", "https://invidious.site", + "https://yewtu.be", "http://fz253lmuao3strwbfbmx46yu7acac2jz27iwtorgmbqlkurlclmancad.onion", "http://qklhadlycap4cnod.onion", "http://c7hqkpkpemu6e7emz5b4vyz7idjgdvgaaa3dyimmeojqbgpea3xqjoid.onion", |