diff --git a/app.js b/app.js
index 238211f9d3344caeb030f28b01024af99cacddf6..b7e32d3049266728ef172e1f6b38d42002eb851d 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;
       }