From d291f6293f71e6507d2ba5e4fd24cc6fa0fa7b58 Mon Sep 17 00:00:00 2001 From: Stephen D <webmaster@scd31.com> Date: Sun, 16 Mar 2025 15:55:10 -0400 Subject: [PATCH] moar letters --- app.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 238211f..b7e32d3 100644 --- a/app.js +++ b/app.js @@ -225,7 +225,16 @@ function tick() { latencyScan.innerText = `Scan latency: ${delta}ms`; // Left - if (code.data.includes("OP3%S") || code.data.includes("OP9OS")) { + if ( + code.data.includes("OP3%S") || + code.data.includes("OP9OS") || + code.data.includes("OOP8S") || + core.data.includes("OOI3S") || + core.data.includes("OP9+S") || + core.data.includes("OP8$S") || + core.data.includes("OP8$S") || + core.data.includes("OP98S") + ) { qr.left = true; } @@ -240,7 +249,7 @@ function tick() { code.data.includes("OOD S") || code.data.includes("OPGTS") || code.data.includes("OO PS") || - code.data.includes("OOP8S") + core.data.includes("OOYJS") ) { qr.right = true; } -- GitLab