Skip to content

Commit

Permalink
feat: Change ClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
khk4912 committed May 27, 2021
1 parent d285c16 commit dde6004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit dde6004

Please sign in to comment.