feat: integrate new ea forum frontend.

This commit is contained in:
NunoSempere 2023-04-07 16:51:25 -04:00
parent f1982d015d
commit 17ff6bb780
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
#define HEIGHT 1080 #define HEIGHT 1080
#define SEARCH_BAR_SIZE 1200 #define SEARCH_BAR_SIZE 1200
#define KEY(x) GDK_KEY_##x #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 ZOOM_VAL .1 /* Zooming value in zoomin/zoomout functions */
#define BG_COLOR "#FEFEFE" /* "FEFEFE", "#1E1E2E" */ #define BG_COLOR "#FEFEFE" /* "FEFEFE", "#1E1E2E" */
#define DEBUG false #define DEBUG false

View File

@ -40,7 +40,7 @@ int libre_redirect(const char* uri, char* output)
"https://www.reddit.com", "https://www.reddit.com",
"https://medium.com", "https://medium.com",
"https://translate.google.com", "https://translate.google.com",
// "https://forum.effectivealtruism.org", "https://ea.greaterwrong.com/posts", // "https://forum.effectivealtruism.org/posts",
"https://www.bloomberg.com", "https://www.bloomberg.com",
"https://twitter.com" "https://twitter.com"
}; };
@ -50,7 +50,7 @@ int libre_redirect(const char* uri, char* output)
"https://teddit.nunosempere.com", "https://teddit.nunosempere.com",
"https://scribe.rip", "https://scribe.rip",
"https://simplytranslate.org/", "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://archive.is/https://www.bloomberg.com",
"https://nitter.net" "https://nitter.net"
}; };