forked from smogon/pokemon-showdown-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-example.js
125 lines (114 loc) · 2.25 KB
/
config-example.js
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
var Config = Config || {};
/* version */ Config.version = "0";
Config.bannedHosts = ['cool.jit.su', 'pokeball-nixonserver.rhcloud.com'];
Config.whitelist = [
// general sites
'wikipedia\\.org',
'wikimedia\\.org',
'wiktionary\\.org',
'github\\.com',
'reddit\\.com',
'gamefaqs\\.com',
'facebook\\.com',
'fbcdn\\.net',
'twitter\\.com',
'deviantart\\.com',
'youtube\\.com',
'youtu\\.be',
'zombo\\.com',
'strawpoll\\.me',
'twitch\\.tv',
'take-a-screenshot\\.org',
'myanimelist\\.net',
'4chan\\.org',
'tumblr\\.com',
'git\\.io',
'mibbit\\.com',
'codecademy\\.com',
'xkcd\\.com',
'stackoverflow\\.com',
'stackexchange\\.com',
'malwarebytes\\.org',
'animenewsnetwork\\.com',
'animenewsnetwork\\.cc',
'zombo\\.com',
'html5zombo\\.com',
// pokemon sites
'pokemonshowdown\\.com',
'psim\\.us',
'smogon\\.com',
'upokecenter\\.com',
'veekun\\.com',
'bulbagarden\\.net',
'serebii\\.net',
'nuggetbridge\\.com',
'pokecommunity\\.com',
'pokemon-online\\.eu',
'pokemonlab\\.com',
'shoddybattle\\.com',
'pokemonxy\\.com',
'pokemon\\.com',
'pokemon-gl\\.com',
'pokecheck\\.org',
'projectpokemon\\.org',
'pokemondb\\.net',
'pokemoncentral\\.it',
'poketrade\\.us',
'neverused\\.net',
'pokestrat\\.com',
'spo\\.ink',
'jooas\\.com',
'pokemongodb\\.net',
'pokeassistant\\.com',
'pokemon-sunmoon\\.com',
'gamepress\\.gg',
'trainertower\\.com',
'pokepast\\.es',
// personal sites
'breakdown\\.forumotion\\.com',
'pokemonmillennium\\.net',
'thebattletower\\.no-ip\\.org',
'meltsner\\.com',
'guangcongluo\\.com',
'cathyjf\\.com',
'xiaotai\\.org',
'xfix\\.pw',
'bumba\\.me',
'strategydatabase\\.jimdo\\.com',
'hidden50\\.github\\.io',
// personal hosting sites
'forumieren\\.com',
'soforums\\.com',
'proboards\\.com',
'weebly\\.com',
'freeforums\\.org',
'forumactif\\.com',
'forumotion\\.com',
'bigbangpokemon\\.com',
// rich text
'docs\\.google\\.com',
// text
'pastebin\\.com',
'hastebin\\.com',
'trello\\.com',
'challonge\\.com',
'piratepad\\.net',
// music
'plug\\.dj',
'openings\\.moe',
// images
'prntscr\\.com',
'prnt\\.sc',
'puu\\.sh',
'd\\.pr',
'snag\\.gy',
'gyazo\\.com',
'imgur\\.com',
'gfycat\\.com',
'4cdn\\.org'
];
Config.roomsFirstOpenScript = function () {
};
Config.customcolors = {
'zarel': 'aeo'
};