tdreams2
Results
7
issues of
tdreams2
I changed this line of code in createDislikeTextContainer() function: `const textNodeClone = (getLikeButton().querySelector("button > div[class*='cbox']") || getLikeButton().querySelector('div > span[role="text"]').parentNode).cloneNode(true);` changed to this: `const textNodeClone = (getLikeButton() || getLikeButton().parentNode).cloneNode(true);` Selectors: ("button...