From 4e5c3047ddaf359df39bc359bcd7052f8cc931b0 Mon Sep 17 00:00:00 2001 From: Janis Hau <13132439+janis-hau@users.noreply.github.com> Date: Sun, 19 Mar 2023 15:45:40 +0100 Subject: [PATCH] Update Selector in liker.js The selector has changed, so it needs to fix it. --- liker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liker.js b/liker.js index d4c0bd5..9ab0fd3 100644 --- a/liker.js +++ b/liker.js @@ -5,7 +5,7 @@ * have fun */ -var $likeBTN = document.querySelector('.recsCardboard__cards > div:nth-child(4) > div > div:nth-child(4) button'), +var $likeBTN = document.querySelector('.recsCardboard__cards > div:nth-child(3) > div > div:nth-child(4) button'), count = 0, times = 9999, duration = 750;