tweak: add another page.
This commit is contained in:
parent
d3caecab58
commit
a5394e8a88
|
@ -31,13 +31,15 @@ int libre_redirect(const char* uri, char* output){
|
||||||
"https://www.youtube.com",
|
"https://www.youtube.com",
|
||||||
"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"
|
||||||
};
|
};
|
||||||
char* alternatives[] = {
|
char* alternatives[] = {
|
||||||
"https://yt.artemislena.eu",
|
"https://yt.artemislena.eu",
|
||||||
"https://teddit.nunosempere.com",
|
"https://teddit.nunosempere.com",
|
||||||
"https://scribe.rip",
|
"https://scribe.rip",
|
||||||
"https://simplytranslate.org/"
|
"https://simplytranslate.org/",
|
||||||
|
"https://ea.greaterwrong.com"
|
||||||
};
|
};
|
||||||
|
|
||||||
for(int i=0; i<4; i++){
|
for(int i=0; i<4; i++){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user