diff options
author | Simon Brazell <simon@brazell.com.au> | 2021-06-16 22:38:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 22:38:14 +1000 |
commit | 2c9be901ee1dc726ef96252af9060232a40f8f72 (patch) | |
tree | d16afdc2a2cd6c78640e7642f4a9fdb3e16fb8a2 /src/assets/javascripts/remove-twitter-sw.js | |
parent | Merge pull request #226 from unixfox/patch-1 (diff) | |
parent | update nitter instances (2) (diff) | |
download | libredirect-2c9be901ee1dc726ef96252af9060232a40f8f72.zip |
Merge pull request #234 from austinhuang0131/patch-1
Update various instances
Diffstat (limited to 'src/assets/javascripts/remove-twitter-sw.js')
-rw-r--r-- | src/assets/javascripts/remove-twitter-sw.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/assets/javascripts/remove-twitter-sw.js b/src/assets/javascripts/remove-twitter-sw.js index 58bec71a..d431f1a3 100644 --- a/src/assets/javascripts/remove-twitter-sw.js +++ b/src/assets/javascripts/remove-twitter-sw.js @@ -5,9 +5,7 @@ const nitterInstances = [ "https://nitter.snopyta.org", "https://nitter.42l.fr", "https://nitter.nixnet.services", - "https://nitter.13ad.de", "https://nitter.pussthecat.org", - "https://nitter.mastodont.cat", "https://nitter.dark.fail", "https://nitter.tedomum.net", "https://nitter.cattube.org", @@ -18,7 +16,7 @@ const nitterInstances = [ "https://nitter.cc", "https://nitter.vxempire.xyz", "https://nitter.unixfox.eu", - "https://bird.trom.tf", + "https://bird.trom.tf" ]; let disableNitter; |