1
Fork 1
mirror of https://git.lolcat.ca/lolcat/4get.git synced 2024-09-13 17:28:08 -04:00

Compare commits

...

2 commits

Author SHA1 Message Date
lolcat
3b353c2837 fuck you startpage 2024-08-28 19:14:15 -04:00
lolcat
913e4d7e39 sorry for lack of updates, am working on something big 2024-08-25 13:18:32 -04:00
2 changed files with 16 additions and 17 deletions

View file

@ -7,16 +7,15 @@
https://4get.ca/about
## Official instance
https://4get.ca
https://4get.ca , or visit the official instance list: https://4get.ca/instances
## Totally unbiased comparison between alternatives
| | 4get | searx(ng) | librex | araa |
|----------------------------|-------------------------|-----------|-------------|-----------|
| RAM usage | 200-400mb~ | 2GB~ | 200-400mb~ | 2GB~ |
| Does it suck | no (debunked by snopes) | yes | yes | a little |
| Does it work | ye | sometimes | no | sometimes |
| Did the dev commit suicide | not until my 30s | no | allegedly | no |
| | 4get | searx(ng) | libreY | araa | hearch |
|----------------------------|-------------------------|-----------|-------------|-----------|-------------------|
| RAM usage | 200-400mb~ | 2GB~ | 200-400mb~ | 2GB~ | idk |
| Does it suck | no (debunked by snopes) | yes | yes | a little | better than searx |
| Does it work | ye | sometimes | sometimes | sometimes | yes |
## Features
1. Rotating proxies on a per-scraper basis
@ -37,12 +36,12 @@ tl;dr the best way to actually browse for shit.
| Yandex | Yandex | Brave | Google | | Yandex |
| Google | Google | Yandex | Startpage | | Google |
| Startpage | Startpage | Google | Qwant | | Startpage |
| Qwant | Qwant | Startpage | Mojeek | | Qwant |
| Yep | Yep | Qwant | | | Yep |
| Greppr | Imgur | | | | Marginalia |
| Crowdview | FindThatMeme | | | | YouTube |
| Mwmbl | | | | | Soundcloud |
| Mojeek | | | | | |
| Qwant | Qwant | Startpage | Mojeek | | Kagi |
| Yep | Yep | Qwant | | | Qwant |
| Greppr | Imgur | | | | Yep |
| Crowdview | FindThatMeme | | | | Marginalia |
| Mwmbl | | | | | YouTube |
| Mojeek | | | | | Soundcloud |
| Marginalia | | | | | |
| wiby | | | | | |
| Curlie | | | | | |

View file

@ -412,7 +412,7 @@ class startpage{
if(
preg_match(
'/React\.createElement\(UIStartpage\.AppSerpWeb, ?(.+)\),$/m',
'/React\.createElement\(UIStartpage\.AppSerpWeb, ?(.+)\),?$/m',
$html,
$matches
) === 0
@ -1069,7 +1069,7 @@ class startpage{
if(
preg_match(
'/React\.createElement\(UIStartpage\.AppSerpImages, ?(.+)\),$/m',
'/React\.createElement\(UIStartpage\.AppSerpImages, ?(.+)\),?$/m',
$html,
$matches
) === 0
@ -1194,7 +1194,7 @@ class startpage{
if(
preg_match(
'/React\.createElement\(UIStartpage\.AppSerpVideos, ?(.+)\),$/m',
'/React\.createElement\(UIStartpage\.AppSerpVideos, ?(.+)\),?$/m',
$html,
$matches
) === 0
@ -1336,7 +1336,7 @@ class startpage{
if(
preg_match(
'/React\.createElement\(UIStartpage\.AppSerpNews, ?(.+)\),$/m',
'/React\.createElement\(UIStartpage\.AppSerpNews, ?(.+)\),?$/m',
$html,
$matches
) === 0