Update the main selector

This commit is contained in:
Abhorrent_Anger 2026-03-13 09:55:37 +02:00
parent 295172e92f
commit f637702d1a

View File

@ -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-08
// @version 2026-03-13
// @author Abhorrent_Anger
// @description Claims free daily spins
// @grant none
@ -18,7 +18,7 @@ const RELOAD_TIMER = 24 * 60 * 60 * 1000;
const ROLLER_TIMEOUT = 10 * 1000;
const COLLECT_TIMEOUT = 5 * 1000;
const MAIN_WINDOW_SELECTOR = ".content";
const FREE_SPIN_BUTTON = '.wheel .slot .load span';
const FREE_SPIN_BUTTON = '.wheel .slot .load span.i-picon\:ammo';
const ROLLER_RIGHT = '.roller.right';
const COLLECT_HAND = '.wheel-container .center span';