-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpreview.html
More file actions
225 lines (163 loc) · 8.92 KB
/
Copy pathpreview.html
File metadata and controls
225 lines (163 loc) · 8.92 KB
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ChatRD</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.1.0/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simple-notify@1.0.4/dist/simple-notify.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@4.1.1/animate.min.css">
<link rel="stylesheet" href="css/chatrd.css?nocache=84">
<link id="chatrd-skins" rel="stylesheet" href="css/skin-default.css">
<meta name="robots" content="noindex, nofollow">
</head>
<body class="preview">
<div id="bars">
<div id="statistics" style="display: none;"></div>
<div id="goals"></div>
</div>
<div id="container">
<div class="wrapper">
<div id="chat" class="chat"></div>
<div id="chat-ghost" class="chat"></div>
<div class="fake-scrollbar">
<div class="fake-thumb"></div>
</div>
<button id="chat-scroll-bottom">
<i class="fa-solid fa-arrow-down"></i>
</button>
<div id="chat-input" style="display: none;">
<div id="chat-autocomplete-list"></div>
<form>
<div id="commands-button">
<button>/</button>
</div>
<div id="chat-input-text-field-container">
<input id="chat-input-text-field" type="text" autocomplete="off" placeholder="Type a message...">
</div>
<div id="chat-input-platorms-buttons">
<button id="twitch" data-platform="sendTwitchMessages" title="Toggle Twitch">
<img src="js/modules/twitch/images/logo-twitch.svg">
</button>
<button id="youtube" data-platform="sendYouTubeMessages" title="Toggle YouTube">
<img src="js/modules/youtube/images/logo-youtube.svg">
</button>
<button id="kick" data-platform="sendKickMessages" title="Toggle Kick">
<img src="js/modules/kick/images/logo-kick.svg">
</button>
<!--<button id="tiktok" data-platform="sendTikTokMessages" title="Toggle TikTok">
<img src="js/modules/tiktok/images/logo-tiktok.svg">
</button>-->
</div>
<div id="chat-input-send-button">
<button id="chat-input-send-all"><i class="fa-solid fa-globe"></i></button>
<button id="chat-input-send"><i class="fa-solid fa-paper-plane"></i></button>
</div>
</form>
<div id="chat-settings" class="settings" style="display: none;">
<input type="checkbox" name="sendTwitchMessages" checked>
<input type="checkbox" name="sendYouTubeMessages" checked>
<input type="checkbox" name="sendKickMessages" checked>
<!--<input type="checkbox" name="sendTikTokMessages" checked>-->
</div>
</div>
</div>
</div>
<template id="chat-message">
<div id="" data-user="" class="item">
<div class="message">
<div class="first-message">✨ First-time Chatter</div>
<div class="header"></div>
<div class="reply"><i class="fa-solid fa-comment-dots"></i> </div>
<div class="info">
<span class="timestamp"></span>
<span class="platform"></span>
<span class="shared-chat">
<span class="origin">
<img src="https://static-cdn.jtvnw.net/jtv_user_pictures/60d9cb90-3352-4f93-b961-4b8100058a27-profile_image-300x300.png" alt="">
<strong>VortisRD</strong>
</span>
</span>
<span class="badges"></span>
<span class="avatar"></span>
<span class="pronouns"></span>
<span class="user"><a href="#"></a></span>
</div>
<div class="actual-message"></div>
</div>
</div>
</template>
<template id="event-message">
<div id="" data-user="" class="event">
<div class="message">
<div class="header"></div>
<div class="info">
<span class="platform"></span>
<span class="user"><a href="#"></a></span>
<span class="action"></span>
<span class="value"></span>
</div>
<div class="actual-message"></div>
</div>
</div>
</template>
<template id="hypetrain-template">
<div id="hypetrain" class="goal-bar animate__animated">
<div class="progressbar-fill" style="width: 0%;"></div>
<div class="logo"><img src="js/modules/twitch/images/logo-twitch.svg" alt=""></div>
<div class="icon"><i class="fa-solid fa-train"></i> <span>Hype Train</span></div>
<div class="level">LVL 1</div>
<div class="timeremaining">00:00</div>
<div class="percentage">0%</div>
<div class="info"></div>
</div>
</template>
<template id="goal-template">
<div class="goal-bar animate__animated">
<div class="progressbar-fill" style="width: 0%;"></div>
<div class="logo"><img src="js/modules/twitch/images/logo-twitch.svg" alt=""></div>
<div class="icon">🎯 <span></span></div>
<div class="percentage"><span></span> <small></small></div>
<div class="info"></div>
</div>
</template>
<script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.9.3/dist/confetti.browser.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/simple-notify@1.0.4/dist/simple-notify.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/dompurify@3.2.6/dist/purify.min.js"></script>
<script src="https://unpkg.com/@streamerbot/client/dist/streamerbot-client.js"></script>
<script src="js/i18n-chatrd.js?nocache=84"></script>
<script src="js/speakerbot.js?nocache=84"></script>
<script src="js/sb.js?nocache=84"></script>
<script src="js/queue.js?nocache=84"></script>
<script src="js/audio.js?nocache=84"></script>
<script src="js/chatrd.js?nocache=84"></script>
<script src="js/modules/twitch/addon-seventv-paint.js?nocache=84"></script>
<script src="js/modules/twitch/addon-message-effects-canvas.js?nocache=84"></script>
<script src="js/modules/twitch/addon-on-screen-celebration.js?nocache=84"></script>
<link href="js/modules/twitch/module.css?nocache=84" rel="stylesheet">
<script src="js/modules/twitch/module.js?nocache=84"></script>
<link href="js/modules/youtube/module.css?nocache=84" rel="stylesheet">
<script src="js/modules/youtube/module.js?nocache=84"></script>
<link href="js/modules/tiktok/module.css?nocache=84" rel="stylesheet">
<script src="js/modules/tiktok/addon-different-chat-emojis.js?nocache=84"></script>
<script src="js/modules/tiktok/module.js?nocache=84"></script>
<link href="js/modules/kick/module.css?nocache=84" rel="stylesheet">
<script src="js/modules/kick/module.js?nocache=84"></script>
<link href="js/modules/streamelements/module.css?nocache=84" rel="stylesheet">
<script src="js/modules/streamelements/module.js?nocache=84"></script>
<link href="js/modules/streamlabs/module.css?nocache=84" rel="stylesheet">
<script src="js/modules/streamlabs/module.js?nocache=84"></script>
<link href="js/modules/patreon/module.css?nocache=84" rel="stylesheet">
<script src="js/modules/patreon/module.js?nocache=84"></script>
<link href="js/modules/tipeeestream/module.css?nocache=84" rel="stylesheet">
<script src="js/modules/tipeeestream/module.js?nocache=84"></script>
<link href="js/modules/kofi/module.css?nocache=84" rel="stylesheet">
<script src="js/modules/kofi/module.js?nocache=84"></script>
<link href="js/modules/fourthwall/module.css?nocache=84" rel="stylesheet">
<script src="js/modules/fourthwall/module.js?nocache=84"></script>
<script src="js/testmode.js"></script>
</body>
</html>