Skip to content

Instantly share code, notes, and snippets.

@numanturle
Created February 4, 2020 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save numanturle/f83b4507cf419667f5ae690fe9921710 to your computer and use it in GitHub Desktop.
Save numanturle/f83b4507cf419667f5ae690fe9921710 to your computer and use it in GitHub Desktop.
linkedin unlike
var yasakli = document.querySelectorAll('[aria-label="XXXXTopluluğu adlı kullanıcının yayınını beğenmekten vazgeç"]');
yasakli.forEach.call(yasakli, function(nesne){
nesne.click();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment