Update Selector in liker.js
The selector has changed, so it needs to fix it.
This commit is contained in:
parent
6798944aea
commit
4e5c3047dd
2
liker.js
2
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user