diff --git a/liker.js b/liker.js index 36a7100..f9c453a 100644 --- a/liker.js +++ b/liker.js @@ -5,7 +5,7 @@ * have fun */ -var $likeBTN = $('.recsGamepad__button--like, [aria-label="Like"]'), +var $likeBTN = document.querySelector('[data-testid="gamepadLike"]'), count = 0, times = 9999, duration = 750;