Posted 8 months ago
How to remove the “People To Subscribe To” Facebook Sidebar block
I got really annoyed with Facebook’s “People To Subscribe To” sidebar block so I opened the source code to see what’s that element’s id and to hide it. Turns out that the id is: pagelet_ego_pane.
So, just add the following to your user.css file (or your browser’s equivalent):
#pagelet_ego_pane { display: none }
Surely, someone has already written about this but…
P.S. Please note that this also removes the “People You May Know” section and the sponsored ads (which is just fine by me).
1 Notes