update search provider
This commit is contained in:
parent
4245c60b54
commit
9bbcfb9332
@ -59,14 +59,6 @@ var sites = {
|
|||||||
YouTube: "https://www.youtube.com/",
|
YouTube: "https://www.youtube.com/",
|
||||||
threema: "https://web.threema.ch",
|
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: {
|
News: {
|
||||||
worldnews: "https://reddit.com/r/worldnews",
|
worldnews: "https://reddit.com/r/worldnews",
|
||||||
golem: "https://www.golem.de/",
|
golem: "https://www.golem.de/",
|
||||||
@ -98,10 +90,20 @@ var sites = {
|
|||||||
kanban: "http://kanboard.brudi.xyz",
|
kanban: "http://kanboard.brudi.xyz",
|
||||||
pics: "http://pics.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 = {
|
var search = {
|
||||||
default: "https://google.com/search",
|
default: "https://duckduckgo.com/",
|
||||||
|
g: "https://google.com/search",
|
||||||
d: "https://duckduckgo.com/",
|
d: "https://duckduckgo.com/",
|
||||||
s: "https://startpage.com/do/search",
|
s: "https://startpage.com/do/search",
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user