Update Selector in liker.js
The selector has changed, so it needs to fix it.
This commit is contained in:
2
liker.js
2
liker.js
@@ -5,7 +5,7 @@
|
|||||||
* have fun
|
* 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,
|
count = 0,
|
||||||
times = 9999,
|
times = 9999,
|
||||||
duration = 750;
|
duration = 750;
|
||||||
|
Reference in New Issue
Block a user