Skip to content

Commit 8dd97ad

Browse files
committed
For Streamer.bot 1.0.5 beta.6
1 parent cac5a75 commit 8dd97ad

6 files changed

Lines changed: 80 additions & 47 deletions

File tree

beta/chat.html

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/simple-notify.min.css">
1414
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css">
1515

16-
<link rel="stylesheet" href="css/chatrd.css?nocache=11">
16+
<link rel="stylesheet" href="css/chatrd.css?nocache=12">
1717
<link id="chatrd-skins" rel="stylesheet" href="css/skin-default.css">
1818

1919
<meta name="robots" content="noindex, nofollow">
@@ -173,47 +173,47 @@
173173
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/web/pusher.min.js"></script>
174174
<script src="https://unpkg.com/@streamerbot/client/dist/streamerbot-client.js"></script>
175175

176-
<script src="js/i18n-chatrd.js?nocache=11"></script>
176+
<script src="js/i18n-chatrd.js?nocache=12"></script>
177177

178-
<script src="js/speakerbot.js?nocache=11"></script>
179-
<script src="js/sb.js?nocache=11"></script>
180-
<script src="js/queue.js?nocache=11"></script>
178+
<script src="js/speakerbot.js?nocache=12"></script>
179+
<script src="js/sb.js?nocache=12"></script>
180+
<script src="js/queue.js?nocache=12"></script>
181181

182-
<script src="js/chatrd.js?nocache=11"></script>
182+
<script src="js/chatrd.js?nocache=12"></script>
183183

184-
<script src="js/modules/twitch/addon-seventv-paint.js?nocache=11"></script>
185-
<script src="js/modules/twitch/addon-message-effects-canvas.js?nocache=11"></script>
186-
<script src="js/modules/twitch/addon-on-screen-celebration.js?nocache=11"></script>
184+
<script src="js/modules/twitch/addon-seventv-paint.js?nocache=12"></script>
185+
<script src="js/modules/twitch/addon-message-effects-canvas.js?nocache=12"></script>
186+
<script src="js/modules/twitch/addon-on-screen-celebration.js?nocache=12"></script>
187187

188-
<link href="js/modules/twitch/module.css?nocache=11" rel="stylesheet">
189-
<script src="js/modules/twitch/module.js?nocache=11"></script>
188+
<link href="js/modules/twitch/module.css?nocache=12" rel="stylesheet">
189+
<script src="js/modules/twitch/module.js?nocache=12"></script>
190190

191-
<link href="js/modules/youtube/module.css?nocache=11" rel="stylesheet">
192-
<script src="js/modules/youtube/module.js?nocache=11"></script>
191+
<link href="js/modules/youtube/module.css?nocache=12" rel="stylesheet">
192+
<script src="js/modules/youtube/module.js?nocache=12"></script>
193193

194-
<link href="js/modules/tiktok/module.css?nocache=11" rel="stylesheet">
195-
<script src="js/modules/tiktok/module.js?nocache=11"></script>
194+
<link href="js/modules/tiktok/module.css?nocache=12" rel="stylesheet">
195+
<script src="js/modules/tiktok/module.js?nocache=12"></script>
196196

197-
<link href="js/modules/kick/module.css?nocache=11" rel="stylesheet">
198-
<script src="js/modules/kick/module.js?nocache=11"></script>
197+
<link href="js/modules/kick/module.css?nocache=12" rel="stylesheet">
198+
<script src="js/modules/kick/module.js?nocache=12"></script>
199199

200-
<link href="js/modules/streamelements/module.css?nocache=11" rel="stylesheet">
201-
<script src="js/modules/streamelements/module.js?nocache=11"></script>
200+
<link href="js/modules/streamelements/module.css?nocache=12" rel="stylesheet">
201+
<script src="js/modules/streamelements/module.js?nocache=12"></script>
202202

203-
<link href="js/modules/streamlabs/module.css?nocache=11" rel="stylesheet">
204-
<script src="js/modules/streamlabs/module.js?nocache=11"></script>
203+
<link href="js/modules/streamlabs/module.css?nocache=12" rel="stylesheet">
204+
<script src="js/modules/streamlabs/module.js?nocache=12"></script>
205205

206-
<link href="js/modules/patreon/module.css?nocache=11" rel="stylesheet">
207-
<script src="js/modules/patreon/module.js?nocache=11"></script>
206+
<link href="js/modules/patreon/module.css?nocache=12" rel="stylesheet">
207+
<script src="js/modules/patreon/module.js?nocache=12"></script>
208208

209-
<link href="js/modules/tipeeestream/module.css?nocache=11" rel="stylesheet">
210-
<script src="js/modules/tipeeestream/module.js?nocache=11"></script>
209+
<link href="js/modules/tipeeestream/module.css?nocache=12" rel="stylesheet">
210+
<script src="js/modules/tipeeestream/module.js?nocache=12"></script>
211211

212-
<link href="js/modules/kofi/module.css?nocache=11" rel="stylesheet">
213-
<script src="js/modules/kofi/module.js?nocache=11"></script>
212+
<link href="js/modules/kofi/module.css?nocache=12" rel="stylesheet">
213+
<script src="js/modules/kofi/module.js?nocache=12"></script>
214214

215-
<link href="js/modules/fourthwall/module.css?nocache=11" rel="stylesheet">
216-
<script src="js/modules/fourthwall/module.js?nocache=11"></script>
215+
<link href="js/modules/fourthwall/module.css?nocache=12" rel="stylesheet">
216+
<script src="js/modules/fourthwall/module.js?nocache=12"></script>
217217

218218
<script src="js/testmode.js"></script>
219219

beta/css/chatrd.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ body {
663663

664664

665665
.chat.vertical .item .message {
666-
display: flex;
666+
display: inline-flex;
667667
flex-direction: column;
668668
gap: 2px;
669669
transition: var(--transition);

beta/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,9 +1866,9 @@ <h3><span data-i18n="modal.streamerbot.title">⚠️ Streamer.bot Actions Not Fo
18661866
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/purify.min.js"></script>
18671867
<script src="https://unpkg.com/@streamerbot/client/dist/streamerbot-client.js"></script>
18681868

1869-
<script src="js/i18n-settings.js?nocache=11"></script>
1870-
<script src="js/speakerbot.js?nocache=11"></script>
1869+
<script src="js/i18n-settings.js?nocache=12"></script>
1870+
<script src="js/speakerbot.js?nocache=12"></script>
18711871

1872-
<script type="module" src="js/settings.js?nocache=11"></script>
1872+
<script type="module" src="js/settings.js?nocache=12"></script>
18731873
</body>
18741874
</html>

beta/js/chatrd.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ const loadedEmotes = new Set();
7979

8080

8181
const SKINS = {
82-
default: "skin-default.css?nocache=11",
83-
nutting: "skin-nutting.css?nocache=11",
84-
kimballs: "skin-kimballs.css?nocache=11",
85-
bubbles: "skin-bubbles.css?nocache=11",
86-
'star-wars': "skin-star-wars.css?nocache=11"
82+
default: "skin-default.css?nocache=12",
83+
nutting: "skin-nutting.css?nocache=12",
84+
kimballs: "skin-kimballs.css?nocache=12",
85+
bubbles: "skin-bubbles.css?nocache=12",
86+
'star-wars': "skin-star-wars.css?nocache=12"
8787
};
8888

8989
const skinFile = SKINS[skin] || SKINS.default;

beta/js/modules/tiktok/module.css

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,22 +91,37 @@
9191
/* GIFT CUSTOMIZATION FOR BIG STREAMERS LOL */
9292

9393
.chat .event.tiktok.gift[class*="bigger-than-"] .message {
94+
position: relative;
95+
}
96+
97+
.chat .event.tiktok.gift[class*="bigger-than-"] .message::before{
98+
content: '';
99+
display: block;
100+
position: absolute;
101+
width: 100%;
102+
height: 100%;
103+
top: 0;
104+
left: 0;
105+
border-radius: 5px;
106+
z-index: -1;
94107
animation: bigStreamerBGAnimate 1s ease infinite;
95108
background-size: 100% 200%;
96109
}
97110

98-
.chat .event.tiktok.gift.bigger-than-1000 .message,
99-
.chat .event.tiktok.gift.bigger-than-5000 .message {
111+
.chat .event.tiktok.gift.bigger-than-1000 .message::before,
112+
.chat .event.tiktok.gift.bigger-than-5000 .message::before {
113+
background: none;
100114
background-image: linear-gradient(
101115
180deg,
102116
rgba(36,36,36, 0.75),
103117
rgba(0, 175, 255, 0.75)
104118
);
105119
}
106120

107-
.chat .event.tiktok.gift.bigger-than-10000 .message,
108-
.chat .event.tiktok.gift.bigger-than-50000 .message,
109-
.chat .event.tiktok.gift.bigger-than-10000 .message {
121+
.chat .event.tiktok.gift.bigger-than-10000 .message::before,
122+
.chat .event.tiktok.gift.bigger-than-50000 .message::before,
123+
.chat .event.tiktok.gift.bigger-than-10000 .message::before {
124+
background: none;
110125
background-image: linear-gradient(
111126
180deg,
112127
rgba(36,36,36, 0.75),

beta/js/modules/twitch/module.css

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,35 +103,53 @@
103103
/* -------------------------------------------------------------- */
104104

105105
.chat .event.twitch.bits[class*="bigger-than-"] .message {
106+
background: none;
107+
position: relative;
108+
}
109+
110+
.chat .event.twitch.bits[class*="bigger-than-"] .message::before{
111+
content: '';
112+
display: block;
113+
position: absolute;
114+
width: 100%;
115+
height: 100%;
116+
top: 0;
117+
left: 0;
118+
border-radius: 5px;
119+
z-index: -1;
106120
animation: bigStreamerBGAnimate 1s ease infinite;
107121
background-size: 100% 200%;
108122
}
109123

110-
.chat .event.twitch.bits.bigger-than-1000 .message {
124+
.chat .event.twitch.bits.bigger-than-1000 .message::before {
125+
background: none;
111126
background-image: linear-gradient(
112127
180deg,
113128
rgba(145, 70, 255, 0.75),
114129
rgba(0, 255, 155, 0.75)
115130
);
116131
}
117132

118-
.chat .event.twitch.bits.bigger-than-5000 .message {
133+
.chat .event.twitch.bits.bigger-than-5000 .message::before {
134+
background: none;
119135
background-image: linear-gradient(
120136
180deg,
121137
rgba(145, 70, 255, 0.75),
122138
rgba(0, 247, 219, 0.75)
123139
);
124140
}
125141

126-
.chat .event.twitch.bits.bigger-than-10000 .message {
142+
.chat .event.twitch.bits.bigger-than-10000 .message::before {
143+
background: none;
127144
background-image: linear-gradient(
128145
180deg,
129146
rgba(145, 70, 255, 0.75),
130147
rgba(255, 25, 25, 0.75)
131148
);
132149
}
133150

134-
.chat .event.twitch.bits.bigger-than-100000 .message {
151+
.chat .event.twitch.bits.bigger-than-100000 .message::before {
152+
background: none;
135153
background-image: linear-gradient(
136154
180deg,
137155
rgba(145, 70, 255, 0.75),

0 commit comments

Comments
 (0)