From 27b2ee9243f62764c2f9a1b5e4b0e40c16d5455d Mon Sep 17 00:00:00 2001 From: Janis Hau Date: Sun, 17 Apr 2022 13:33:18 +0200 Subject: [PATCH] Update liker.js now works as vanilla --- liker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;