I was playing around with the idea of hiding the ads on my facebook page and did a quick google search to find out the CSS styles. I figured you could use the user stylesheet to hide them. All the results I got on Google didn’t seem to work. So I used the Safari Web Inspector to find the CSS class that was showing the ads and sponsored content.
- Create a usercontent.css using TextEdit or NotePad
- Add .ego_column { display: none !important; } to the stylesheet
- Save the stylesheet in your documents folder
- Go to Safari Preferences
- Advanced section
- Select usercontent.css
It seems to work fine for me, seemed almost to easy. Firefox, Internet Explorer, Chrome and Opera should all have the ability to add a user stylesheet. This is only for Safari.
