forked from latestchatty/chromeshack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default_settings.js
59 lines (46 loc) · 1.57 KB
/
default_settings.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
DefaultSettings = {
enabled_scripts: [
"lol",
"comment_tags",
"post_preview",
"highlight_users",
"image_loader",
"video_loader",
"collapse_threads",
"dinogegtik",
"sparkly_comic",
"winchatty_comments_search",
"expiration_watcher",
"nws_incognito",
"cloud_pinning",
"switchers"
],
lol_tags: [
{name: "lol", color: "#f80"},
{name: "inf", color: "#09c"},
{name: "unf", color: "#f00"},
{name: "tag", color: "#7b2"},
{name: "wtf", color: "#c000c0"},
{name: "ugh", color: "#0b0"}
],
lol_show_counts: 'limited',
lol_ugh_threshold: '0',
post_preview_location: "Left",
mod_marker_css: "color: red !important",
category_banners_visible: [
"offtopic",
"political",
"stupid"
],
collapsed_threads: [],
original_poster_css: "font-weight: bold; color: #FFFFCC;",
highlight_users: [
{ name: "Mods", enabled: true, built_in: true, css: "color: red !important" },
{ name: "Employees", enabled: true, built_in: true, css: "color: green !important" },
{ name: "Original Poster", enabled: true, built_in: true, css: "font-weight: bold; color: yellow !important" },
{ name: "Game Devs", enabled: true, built_in: true, css: "color: purple !important" },
{ name: "Friends", enabled: true, built_in: false, css: "border: 1px dotted white !important", users: [ 177008 ] }
],
video_loader_hd: true,
expiration_watcher_style: "Bar"
}