Roller selector update
This commit is contained in:
parent
1ffc6948b1
commit
a4154b14d9
@ -3,7 +3,7 @@
|
|||||||
// @namespace https://pube.tk
|
// @namespace https://pube.tk
|
||||||
// @match https://rulka.pro/fortune*
|
// @match https://rulka.pro/fortune*
|
||||||
// @icon https://www.google.com/s2/favicons?sz=64&domain=rulka.pro
|
// @icon https://www.google.com/s2/favicons?sz=64&domain=rulka.pro
|
||||||
// @version 2026-03-16
|
// @version 2026-03-17
|
||||||
// @author Abhorrent_Anger
|
// @author Abhorrent_Anger
|
||||||
// @description Claims free daily spins
|
// @description Claims free daily spins
|
||||||
// @grant none
|
// @grant none
|
||||||
@ -19,7 +19,7 @@ const ROLLER_TIMEOUT = 15 * 1000;
|
|||||||
const COLLECT_TIMEOUT = 5 * 1000;
|
const COLLECT_TIMEOUT = 5 * 1000;
|
||||||
const MAIN_WINDOW_SELECTOR = ".wheel";
|
const MAIN_WINDOW_SELECTOR = ".wheel";
|
||||||
const FREE_SPIN_BUTTON = '.wheel .slot .load span.iconify.i-picon\\:ammo';
|
const FREE_SPIN_BUTTON = '.wheel .slot .load span.iconify.i-picon\\:ammo';
|
||||||
const ROLLER_RIGHT = '.roller.right';
|
const ROLLER_RIGHT = '.roller.right span.i-fortune\\:arrow';
|
||||||
const COLLECT_HAND = '.wheel-container .center span';
|
const COLLECT_HAND = '.wheel-container .center span';
|
||||||
|
|
||||||
function clickFreeSpin() {
|
function clickFreeSpin() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user