Advertisement
Guest User

Facebook photo page blocker

a guest
Apr 9th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name           Facebook Photo Page Blocker
  3. // @description    Hide the photo page of particular users
  4. // @include        https://*facebook.com/USERNAME*
  5. // @include        https://*facebook.com/USERNAME*
  6.  
  7. // ==/UserScript==
  8.  
  9. document.getElementById("pagelet_timeline_medley_photos").style.display = "none";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement