Make it my own to self host
This commit is contained in:
29
src/bang.ts
29
src/bang.ts
@ -1,6 +1,15 @@
|
||||
// This file was (mostly) ripped from https://duckduckgo.com/bang.js
|
||||
|
||||
export const bangs = [
|
||||
{
|
||||
c: "Online Services",
|
||||
d: "search.gibbyb.com",
|
||||
r: 0,
|
||||
s: "GibbyB",
|
||||
sc: "Search",
|
||||
t: "sg",
|
||||
u: "https://search.gibbyb.com/?q={{{s}}}",
|
||||
},
|
||||
{
|
||||
c: "AI",
|
||||
d: "www.t3.chat",
|
||||
@ -10,24 +19,6 @@ export const bangs = [
|
||||
t: "t3",
|
||||
u: "https://www.t3.chat/new?q={{{s}}}",
|
||||
},
|
||||
{
|
||||
c: "Tech",
|
||||
d: "www.01net.com",
|
||||
r: 4,
|
||||
s: "01net",
|
||||
sc: "Downloads (apps)",
|
||||
t: "01net",
|
||||
u: "http://www.01net.com/recherche/recherche.php?searchstring={{{s}}}&chaine=home",
|
||||
},
|
||||
{
|
||||
c: "Entertainment",
|
||||
d: "www.bmw2002faq.com",
|
||||
r: 0,
|
||||
s: "BMW 2002 FAQ",
|
||||
sc: "Forum",
|
||||
t: "02faq",
|
||||
u: "https://www.bmw2002faq.com/search/?q={{{s}}}",
|
||||
},
|
||||
{
|
||||
c: "Entertainment",
|
||||
d: "boxofficemojo.com",
|
||||
@ -93872,7 +93863,7 @@ export const bangs = [
|
||||
r: 46,
|
||||
s: "Sourcegraph",
|
||||
sc: "Programming",
|
||||
t: "sg",
|
||||
t: "srcg",
|
||||
u: "https://sourcegraph.com/search?q={{{s}}}",
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user