Unfollow all Facebook pages/friends/groups

 avatar
unknown
plain_text
3 years ago
123 B
2332
Indexable
matches = document.querySelectorAll('div[aria-label="Toggle to follow"]');
matches.forEach(function(el) {
  el.click();
});
Editor is loading...