Unfollow all Facebook pages/friends/groups

mail@pastecode.io avatar
unknown
plain_text
2 years ago
123 B
2250
Indexable
Never
matches = document.querySelectorAll('div[aria-label="Toggle to follow"]');
matches.forEach(function(el) {
  el.click();
});