diff --git a/src/assets/javascripts/helpers/google-translate.js b/src/assets/javascripts/helpers/google-translate.js index 98bd09d3..1a6e3789 100644 --- a/src/assets/javascripts/helpers/google-translate.js +++ b/src/assets/javascripts/helpers/google-translate.js @@ -1,6 +1,18 @@ const targets = ["translate.google.com", "translate.google.no"]; -const redirects = ["https://translate.metalune.xyz"]; +const redirects = [ + "https://simplytranslate.org", + "https://st.alefvanoon.xyz", + "https://translate.josias.dev", + "https://translate.namazso.eu", + "https://translate.riverside.rocks", + "https://manerakai.asuscomm.com:447", + "https://translate.bus-hit.me", + "https://simplytranslate.pussthecat.org", + "https://translate.northboot.xyz", + "https://translate.tiekoetter.com", + "https://simplytranslate.esmailelbob.xyz" +]; export default { targets, diff --git a/src/assets/javascripts/helpers/reddit.js b/src/assets/javascripts/helpers/reddit.js index 5b2e396e..96b21151 100644 --- a/src/assets/javascripts/helpers/reddit.js +++ b/src/assets/javascripts/helpers/reddit.js @@ -22,6 +22,7 @@ const redirects = [ "https://teddit.ggc-project.de", "https://teddit.kavin.rocks", "https://snew.notabug.io", + "https://rdt.trom.tf" ]; const bypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;