update query selector in september 2022

This commit is contained in:
Janis Hau 2022-09-12 18:06:03 +02:00 committed by GitHub
parent 27b2ee9243
commit 6798944aea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
* have fun * 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, count = 0,
times = 9999, times = 9999,
duration = 750; duration = 750;