-
Notifications
You must be signed in to change notification settings - Fork 7
/
bangs.json
32 lines (32 loc) · 857 Bytes
/
bangs.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
{
"Where to Watch": {
"regex": "^(.*)!n$",
"replacement": "https:\/\/www.justwatch.com\/in\/search?q=$1",
"enabled": "true"
},
"Proxyfied YTS Search": {
"regex": "^(.*)!y$",
"replacement": "https:\/\/morty.ononoki.org\/?mortyurl=https%3A%2F%2Fyts.mx%2Fbrowse-movies%2F$1",
"enabled": "false"
},
"YTS Search": {
"regex": "^(.*)!y$",
"replacement": "https:\/\/yts.mx\/browse-movies\/$1",
"enabled": "true"
},
"IMDb Search": {
"regex": "^(.*)!i$",
"replacement": "https:\/\/www.imdb.com\/find?q=$1",
"enabled": "true"
},
"Google Maps": {
"regex": "^(.*)!m$",
"replacement": "https:\/\/www.google.com\/maps\/search\/?api=1&query=$1",
"enabled": "true"
},
"DuckDuckGo Search": {
"regex": "^(.*)!d$",
"replacement": "https:\/\/duckduckgo.com\/?q=$1",
"enabled": "true"
},
}