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 2c77999a5d1c3fc36869d711add423609ab2f0ce
parent c9c221361066be4dff927db5ad41f442392b26c7
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Wed, 16 Oct 2024 21:04:31 +0200

fix: adjust website for SearX Randomizer

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

diff --git a/config/config.php b/config/config.php @@ -271,21 +271,21 @@ $searches = array( ), "searxweb" => array( "name" => "SearX General (Random)", - "website" => "https://searx.neocities.org", + "website" => "https://searx.neocities.org/#&category_general=on", "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", + "website" => "https://searx.neocities.org/#&category_images=on", "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", + "website" => "https://searx.neocities.org/#&category_videos=on", "query" => "https://searx.neocities.org/#q=%s&category_videos=on", "categories" => array("everything", "vid", "meta"), "keywords" => array("searxvid", "sxvid", "sxv")