commit 17ff6bb780e33e75658829c9e16ff66377d00ce0
parent f1982d015dd15b9ef4c2f8fbdf7f80760bff4981
Author: NunoSempere <nuno.sempere@protonmail.com>
Date: Fri, 7 Apr 2023 16:51:25 -0400
feat: integrate new ea forum frontend.
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.h b/config.h
@@ -17,7 +17,7 @@
#define HEIGHT 1080
#define SEARCH_BAR_SIZE 1200
#define KEY(x) GDK_KEY_##x
-#define ZOOM 1.4 /* Starting zoom level.*/
+#define ZOOM 1 /* Starting zoom level.*/
#define ZOOM_VAL .1 /* Zooming value in zoomin/zoomout functions */
#define BG_COLOR "#FEFEFE" /* "FEFEFE", "#1E1E2E" */
#define DEBUG false
diff --git a/plugins/libre_redirect/libre_redirect.c b/plugins/libre_redirect/libre_redirect.c
@@ -40,7 +40,7 @@ int libre_redirect(const char* uri, char* output)
"https://www.reddit.com",
"https://medium.com",
"https://translate.google.com",
- // "https://forum.effectivealtruism.org",
+ "https://ea.greaterwrong.com/posts", // "https://forum.effectivealtruism.org/posts",
"https://www.bloomberg.com",
"https://twitter.com"
};
@@ -50,7 +50,7 @@ int libre_redirect(const char* uri, char* output)
"https://teddit.nunosempere.com",
"https://scribe.rip",
"https://simplytranslate.org/",
- // "https://ea.greaterwrong.com",
+ "https://trastos.nunosempere.com/ea-forum/posts", // "https://ea.greaterwrong.com",
"https://archive.is/https://www.bloomberg.com",
"https://nitter.net"
};