diff options
-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" }; |