pub / serci

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

commit a46424ff98926b3d660d443541a5ef2f17ee8eb8
parent e70bc1202d6a6e6b2734de8bedce92da3ea4a4da
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat,  6 Jul 2024 16:55:04 +0200

fix: use w3schools URL for linking

Diffstat:
Mconfig/config.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.php b/config/config.php @@ -173,7 +173,7 @@ $searches = array( ), "w3schools" => array( "name" => "W3schools (via Mojeek)", /* This is a workaround */ - "website" => "https://www.mojeek.com/search?q=site:www.w3schools.com", + "website" => "https://www.w3schools.com", "query" => "https://www.mojeek.com/search?q=site:www.w3schools.com+%s", "bangs" => array("w3schools", "w3school", "www", "w3", "webdev") ),