Re-release of Multistream Title Updater

Minor Printer.bot improvements
This commit is contained in:
nuttylmao
2025-09-13 21:12:33 +10:00
parent d95462f65a
commit c5e9890eb2
36 changed files with 1389 additions and 593 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
<!-- Footer -->
<div id="receipt-footer">
<img id="receipt-icon" src="icons/platforms/twitch.png">
<img id="receipt-icon" src="">
<div id="receipt-date"></div>
</div>
</div>
+1 -1
View File
@@ -304,7 +304,7 @@ async function CustomEvent(data) {
titleEl.innerText = `Gifted Sub`;
const messageEl = document.createElement('div');
messageEl.innerHTML = `<b>${data["recipient.userName"]}</b><br>received a sub from<br><b>${data.user}</b>!`;
messageEl.innerHTML = `<b>${data.user}</b><br>gifted a sub to<br><b>${data["recipient.userName"]}</b>!`;
contentEl.appendChild(messageEl);
}
+6 -1
View File
@@ -1,3 +1,7 @@
body {
margin: 1em;
}
#settings {
display: flex;
flex-direction: column;
@@ -58,7 +62,8 @@
height: 2em;
}
#receipt-icon:empty {
#receipt-icon:not([src]),
#receipt-icon[src=""] {
display: none;
}