pub / serci

Search the web with !keywords
git clone https://https://src.jayvii.de/pub/serci.git
Home | Log | Files | Exports | Refs | README | RSS

commit 0cbbfc6af77ec2d6975852920a4ba08d1f92675a
parent 3a44d4c3b5ccfe331209fe79ed77026f48ef3114
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Wed, 16 Oct 2024 20:55:52 +0200

feat: add SearX via random searx redirector

Diffstat:
Mconfig/config.php | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/config/config.php b/config/config.php @@ -269,6 +269,27 @@ $searches = array( "categories" => array("everything", "vid"), "keywords" => array("rottentomatoes", "rt") ), + "searxweb" => array( + "name" => "SearX General (Random)", + "website" => "https://searx.neocities.org", + "query" => "https://searx.neocities.org/#q=%s&category_general=on", + "categories" => array("everything", "web", "meta"), + "keywords" => array("searxweb", "searxgeneral", "searxgen", "searx", "sx") + ), + "searximg" => array( + "name" => "SearX Images (Random)", + "website" => "https://searx.neocities.org", + "query" => "https://searx.neocities.org/#q=%s&category_images=on", + "categories" => array("everything", "img", "meta"), + "keywords" => array("searximg", "sximg", "sxi") + ), + "searxvid" => array( + "name" => "SearX Video (Random)", + "website" => "https://searx.neocities.org", + "query" => "https://searx.neocities.org/#q=%s&category_videos=on", + "categories" => array("everything", "web", "meta"), + "keywords" => array("searxvid", "sxvid", "sxv") + ), "semanticscholar" => array( "name" => "Semantic Scholar", "website" => "https://semanticscholar.org",