diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-07-27 14:34:16 +0200 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-07-27 14:34:16 +0200 |
commit | b87693e4c57f36e528a9d6f46febcac32c90b808 (patch) | |
tree | cf2cd5d52085def93d1c40de5cf79e8b9e05b527 /plugins/libre_redirect | |
parent | e2c81f25957ea542f430132c9c96033ff77cfede (diff) |
use -O3 -Wall gcc flags, add old.reddit.com css
Diffstat (limited to 'plugins/libre_redirect')
-rw-r--r-- | plugins/libre_redirect/libre_redirect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/libre_redirect/libre_redirect.c b/plugins/libre_redirect/libre_redirect.c index 9d9f414..330522c 100644 --- a/plugins/libre_redirect/libre_redirect.c +++ b/plugins/libre_redirect/libre_redirect.c @@ -43,7 +43,7 @@ int libre_redirect(const char* uri, char* output) }; char* alternatives[] = { - "https://teddit.nunosempere.com", + "https://old.reddit.com", // "https://teddit.nunosempere.com", "https://yt.artemislena.eu", "https://search.nunosempere.com", "https://scribe.rip", |