1
Fork 1
mirror of https://git.lolcat.ca/lolcat/4get.git synced 2024-11-08 17:43:07 -05:00

Compare commits

..

No commits in common. "3b353c28372541dbe8789c48446ffbcbb8fc4050" and "08ed77f947b2cf1979162228a87ba6a30c583bc7" have entirely different histories.

2 changed files with 17 additions and 16 deletions

View file

@ -7,15 +7,16 @@
https://4get.ca/about
## Official instance
https://4get.ca , or visit the official instance list: https://4get.ca/instances
https://4get.ca
## Totally unbiased comparison between alternatives
| | 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 |
| | 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 |
## Features
1. Rotating proxies on a per-scraper basis
@ -36,12 +37,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 | | Kagi |
| Yep | Yep | Qwant | | | Qwant |
| Greppr | Imgur | | | | Yep |
| Crowdview | FindThatMeme | | | | Marginalia |
| Mwmbl | | | | | YouTube |
| Mojeek | | | | | Soundcloud |
| Qwant | Qwant | Startpage | Mojeek | | Qwant |
| Yep | Yep | Qwant | | | Yep |
| Greppr | Imgur | | | | Marginalia |
| Crowdview | FindThatMeme | | | | YouTube |
| Mwmbl | | | | | Soundcloud |
| Mojeek | | | | | |
| 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