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
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="../../../.common/styles/global.css" />
<link rel="stylesheet" href="./style.css" />
</head>
<body>
</body>
</html>
<script src="script.js"></script>
+45
View File
@@ -0,0 +1,45 @@
//////////////////////
// GLOBAL VARIABLES //
//////////////////////
const sbAction = '';
/////////////////////////
// STREAMER.BOT EVENTS //
/////////////////////////
window.parent.sbClient.on('General.Custom', (response) => {
console.debug(response.data);
CustomEvent(response.data);
})
/////////////////
// PRINTER BOT //
/////////////////
//////////////////////
// HELPER FUNCTIONS //
//////////////////////
///////////////////////
// PAGE INTERACTIONS //
///////////////////////
///////////////////
// PAGE SETTINGS //
///////////////////
+3
View File
@@ -0,0 +1,3 @@
body {
margin: 1em;
}