From 8c1e7e563aab5bce9b62a2d2f2e751a9081eb3d9 Mon Sep 17 00:00:00 2001 From: tophf Date: Wed, 15 May 2024 22:57:49 +0300 Subject: [PATCH] 1.2.50 fix bar timer v2 --- script.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.user.js b/script.user.js index f26bc8c..df836ba 100644 --- a/script.user.js +++ b/script.user.js @@ -25,7 +25,7 @@ // @grant GM.setValue // @grant GM.xmlHttpRequest // -// @version 1.2.49 +// @version 1.2.50 // @author tophf // // @original-version 2017.9.29 @@ -270,7 +270,7 @@ const App = { if (ai.urls && ai.urls.length) { ai.url = ai.urls.shift(); if (ai.url) { - App.stopTimers(true); + App.stopTimers(); App.startSingle(); } else { App.deactivate();