This commit is contained in:
Maximilian Keßler 2022-09-18 12:11:27 +02:00
parent 014f3c15d3
commit b1693bffe6
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name onlinetichu.com card counter
// @version 1.2.2
// @version 1.2.3
// @description automatically count cards at onlinetichu.com
// @match *://*.onlinetichu.com/Site/Game/Table/*
// @author Maximilian Keßler
@ -304,7 +304,7 @@ function injectCounter() {
},
deSelectAutoWish: function() {
button = document.getElementById("asCard_0");
button = document.getElementById("askCard_0");
button.click();
},