-
Notifications
You must be signed in to change notification settings - Fork 0
/
bin_links.json
42 lines (42 loc) · 1.37 KB
/
bin_links.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
[
{
"regex": "/https?:\\/\\/hastebin\\.com\\/(\\w+)(?:\\.\\w+)?/g",
"getLink": "https://hastebin.com/raw/{code}"
},
{
"regex": "/https?:\\/\\/hasteb\\.in\\/(\\w+)(?:\\.\\w+)?/g",
"getLink": "https://hasteb.in/raw/{code}"
},
{
"regex": "/https?:\\/\\/paste\\.helpch\\.at\\/(\\w+)(?:\\.\\w+)?/g",
"getLink": "https://paste.helpch.at/raw/{code}"
},
{
"regex": "/https?:\\/\\/bytebin\\.lucko\\.me\\/(\\w+)/g",
"getLink": "https://bytebin.lucko.me/{code}"
},
{
"regex": "/https?:\\/\\/paste\\.lucko\\.me\\/(\\w+)/g",
"getLink": "https://bytebin.lucko.me/{code}"
},
{
"regex": "/https?:\\/\\/pastes\\.dev\\/(\\w+)/g",
"getLink": "https://bytebin.lucko.me/{code}"
},
{
"regex": "/https?:\\/\\/pastebin\\.com\\/(\\w+)(?:\\.\\w+)?/g",
"getLink": "https://pastebin.com/raw/{code}"
},
{
"regex": "/https?:\\/\\/gist\\.github\\.com\\/(\\w+\\/\\w+)(?:\\.\\w+\\/\\w+)?/g",
"getLink": "https://gist.github.com/{code}/raw/"
},
{
"regex": "/https?:\\/\\/gitlab\\.com\\/snippets\\/(\\w+)(?:\\.\\w+)?/g",
"getLink": "https://gitlab.com/snippets/{code}/raw"
},
{
"regex": "/https?:\\/\\/haste\\.padow\\.ru\\/(\\w+)(?:\\.\\w+)?/g",
"getLink": "https://haste.padow.ru/raw/{code}"
}
]