diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-04-07 16:51:25 -0400 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-04-07 16:51:25 -0400 |
commit | 17ff6bb780e33e75658829c9e16ff66377d00ce0 (patch) | |
tree | 385ecb433abe746685d25925198b12530fdeb7e7 | |
parent | f1982d015dd15b9ef4c2f8fbdf7f80760bff4981 (diff) |
feat: integrate new ea forum frontend.
-rw-r--r-- | config.h | 2 | ||||
-rw-r--r-- | plugins/libre_redirect/libre_redirect.c | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 index 3794add..597ffb0 100644 --- 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" }; |