From 9bbcfb9332dbb1df315a487cf9632bd50fea0a56 Mon Sep 17 00:00:00 2001 From: mightypanders Date: Sun, 20 Feb 2022 21:02:21 +0100 Subject: [PATCH] update search provider --- startpage/dome.js | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/startpage/dome.js b/startpage/dome.js index 19074c6..e4ace9c 100755 --- a/startpage/dome.js +++ b/startpage/dome.js @@ -59,14 +59,6 @@ var sites = { YouTube: "https://www.youtube.com/", threema: "https://web.threema.ch", }, - /* "Games": { // To find the game ID check the url in the store page or the community page - "CS:GO" : "steam://run/730", - "Besiege" : "steam://run/346010", - "Rust" : "steam://run/252490", - "Insurgency" : "steam://run/222880", - "West of Loathing" : "steam://run/597220", - "POSTAL 2" : "steam://run/223470" - },*/ News: { worldnews: "https://reddit.com/r/worldnews", golem: "https://www.golem.de/", @@ -98,10 +90,20 @@ var sites = { kanban: "http://kanboard.brudi.xyz", pics: "http://pics.brudi.xyz", }, + Games: { + // To find the game ID check the url in the store page or the community page + "CS:GO": "steam://run/730", + "Lost Ark": "steam://run/1599340", + "Golf It!": "steam://run/571740", + PUBG: "steam://run/578080", + // "West of Loathing": "steam://run/597220", + // "POSTAL 2": "steam://run/223470", + }, }; var search = { - default: "https://google.com/search", + default: "https://duckduckgo.com/", + g: "https://google.com/search", d: "https://duckduckgo.com/", s: "https://startpage.com/do/search", };