From a5394e8a8826986fd9a9454aea029978b2c4efff Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 13 Dec 2022 22:50:59 +0000 Subject: [PATCH] tweak: add another page. --- plugins/libre_redirect/libre_redirect.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/libre_redirect/libre_redirect.c b/plugins/libre_redirect/libre_redirect.c index 957789b..47d6996 100644 --- a/plugins/libre_redirect/libre_redirect.c +++ b/plugins/libre_redirect/libre_redirect.c @@ -31,13 +31,15 @@ int libre_redirect(const char* uri, char* output){ "https://www.youtube.com", "https://www.reddit.com", "https://medium.com", - "https://translate.google.com" + "https://translate.google.com", + "https://forum.effectivealtruism.org" }; char* alternatives[] = { "https://yt.artemislena.eu", "https://teddit.nunosempere.com", "https://scribe.rip", - "https://simplytranslate.org/" + "https://simplytranslate.org/", + "https://ea.greaterwrong.com" }; for(int i=0; i<4; i++){