mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-08 17:43:07 -05:00
Compare commits
2 commits
08ed77f947
...
3b353c2837
Author | SHA1 | Date | |
---|---|---|---|
|
3b353c2837 | ||
|
913e4d7e39 |
2 changed files with 16 additions and 17 deletions
25
README.md
25
README.md
|
@ -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 | | | | | |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue