diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-07-28 23:09:22 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-07-28 23:09:22 +0300 |
commit | b0837aa19b51aac5938745f49224a279e49eb3bd (patch) | |
tree | 8efcb37bf02d8085e7d632bdf676d3609e6e1f1e | |
parent | Update Privacy-Policy.md (diff) | |
download | libredirect-b0837aa19b51aac5938745f49224a279e49eb3bd.zip |
Re-added Destructables https://codeberg.org/LibRedirect/browser_extension/issues/97
-rw-r--r-- | src/assets/javascripts/services.js | 1 | ||||
-rw-r--r-- | src/config.json | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/assets/javascripts/services.js b/src/assets/javascripts/services.js index e77fde76..a181cccf 100644 --- a/src/assets/javascripts/services.js +++ b/src/assets/javascripts/services.js @@ -712,6 +712,7 @@ const defaultInstances = { 'binternet': ['https://binternet.ahwx.org'], 'pixivFe': ['https://pixivfe.exozy.me'], 'indestructables': ['https://indestructables.private.coffee'], + 'destructables': ['https://ds.vern.cc'], 'wtfismyip': ['https://myip.wtf'] } diff --git a/src/config.json b/src/config.json index 47be55be..31da4b0b 100644 --- a/src/config.json +++ b/src/config.json @@ -808,6 +808,11 @@ "name": "Indestructables", "instanceList": true, "url": "https://indestructables.codeberg.page" + }, + "destructables": { + "name": "Destructables", + "instanceList": true, + "url": "https://git.vern.cc/cobra/Destructables" } }, "targets": [ |