Fabriciool

all like photos habbo

Feb 4th, 2024 (edited)
1,010
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var likeSpans = document.querySelectorAll('span[translate="LIKE"]');
  2.  
  3. if (likeSpans.length > 0) {
  4.     likeSpans.forEach(function(likeSpan) {
  5.         likeSpan.click();
  6.     });
  7.     console.log("all photos liked");
  8. } else {
  9.     console.log("no photos to like");
  10. }
Advertisement
Add Comment
Please, Sign In to add comment