Guest User

Untitled

a guest
Oct 16th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. // Manual set-up
  2. // click: ▼ at top-right
  3. // Newsfeed preferences
  4. // "Unfollow people to hide their posts" (also includes all Pages, which are not real "people")
  5. // Scroll to the bottom of that so they are all listed
  6. // Open console (f12, or whatever the fuck on MacOS) and paste these two lines:
  7.  
  8. var e = document.querySelectorAll("._5u3n");
  9. e.forEach(function(elem){ elem.click() });
Add Comment
Please, Sign In to add comment