From 6798944aea4bcb90c437d25139af15ccb22e13ba Mon Sep 17 00:00:00 2001 From: Janis Hau <13132439+janis-hau@users.noreply.github.com> Date: Mon, 12 Sep 2022 18:06:03 +0200 Subject: [PATCH] update query selector in september 2022 --- liker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liker.js b/liker.js index f9c453a..d4c0bd5 100644 --- a/liker.js +++ b/liker.js @@ -5,7 +5,7 @@ * have fun */ -var $likeBTN = document.querySelector('[data-testid="gamepadLike"]'), +var $likeBTN = document.querySelector('.recsCardboard__cards > div:nth-child(4) > div > div:nth-child(4) button'), count = 0, times = 9999, duration = 750;