diff --git a/clicker.js b/clicker.js index c6e91d3..a3cbf4a 100644 --- a/clicker.js +++ b/clicker.js @@ -8,7 +8,7 @@ function addPonintCount() { }) } function getButton() { - return document.getElementsByClassName("tw-button tw-button--success") + return document.getElementsByClassName("claimable-bonus__icon") } if (getButton().length > 0) {