From d409c737417f0bc6eae0643741a556e099b77ad2 Mon Sep 17 00:00:00 2001 From: Peter Njeim Date: Wed, 5 Jun 2024 14:14:46 -0300 Subject: [PATCH] fix: temporarily disable official score detection --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 8a4b173..8bf220d 100644 --- a/src/main.ts +++ b/src/main.ts @@ -53,6 +53,7 @@ const main = (): void => { ? false : true; } + noSub = false; const scoreinfo = new ScoreInfoInPage(document); const btnList = new BtnList(); let indvPartBtn: HTMLButtonElement | null = null;