-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathddg-top-10.json
65 lines (65 loc) · 1.1 KB
/
ddg-top-10.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"version": 5,
"bangs": [
{
"bang": "g",
"urls": [
"https://www.google.com/search?q=%s"
]
},
{
"bang": "yt",
"urls": [
"https://www.youtube.com/results?search_query=%s"
]
},
{
"bang": "w",
"urls": [
"https://en.wikipedia.org/wiki/Special:Search?search=%s"
]
},
{
"bang": "google",
"urls": [
"https://www.google.com/search?q=%s"
]
},
{
"bang": "gi",
"urls": [
"https://google.com/search?tbm=isch&q=%s&tbs=imgo:1"
]
},
{
"bang": "gm",
"urls": [
"https://google.com/maps/place/%s"
]
},
{
"bang": "wikipedia",
"urls": [
"http://en.wikipedia.org/wiki/Special:Search?search=%s&go=Go"
]
},
{
"bang": "a",
"urls": [
"https://www.amazon.com/s?k=%s"
]
},
{
"bang": "maps",
"urls": [
"https://google.com/maps?q=%s"
]
},
{
"bang": "r",
"urls": [
"https://www.reddit.com/search?q=%s"
]
}
]
}