From a47aadf10a4bb2bc4c302008649e9f12027a6631 Mon Sep 17 00:00:00 2001 From: Abhorrent_Anger Date: Fri, 13 Mar 2026 10:07:02 +0200 Subject: [PATCH] Main window selector change --- RulkaProFortuneWheelSpinner.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RulkaProFortuneWheelSpinner.user.js b/RulkaProFortuneWheelSpinner.user.js index cb4ca06..60a9bfe 100644 --- a/RulkaProFortuneWheelSpinner.user.js +++ b/RulkaProFortuneWheelSpinner.user.js @@ -3,7 +3,7 @@ // @namespace https://pube.tk // @match https://rulka.pro/fortune* // @icon https://www.google.com/s2/favicons?sz=64&domain=rulka.pro -// @version 2026-03-14 +// @version 2026-03-15 // @author Abhorrent_Anger // @description Claims free daily spins // @grant none @@ -17,7 +17,7 @@ const RECHECK_TIMER = 12 * 60 * 60 * 1000; const RELOAD_TIMER = 24 * 60 * 60 * 1000; const ROLLER_TIMEOUT = 15 * 1000; const COLLECT_TIMEOUT = 5 * 1000; -const MAIN_WINDOW_SELECTOR = ".content"; +const MAIN_WINDOW_SELECTOR = ".wheel"; const FREE_SPIN_BUTTON = '.wheel .slot .load span.i-picon\:ammo'; const ROLLER_RIGHT = '.roller.right'; const COLLECT_HAND = '.wheel-container .center span';