Paste this in to your web inspector's CSS editor when viewing a post on facebook and it will block out the names and hide the avatars to hide the identity of individuals when taking a screenshot to share.
For Chrome
- Press
Command+Option+J(Mac) orControl+Shift+J(Windows, Linux, Chrome OS) to open Chrome Developer Tools and jump straight into the Console panel. - Paste the contents of
chrome-console-inspector.cssfile into the console and hitenter
For Safari
- Press
Command+Option+i(Mac) to open the Safari Web Inspector - Click the "console" tab across the top
- Paste the contents of
safari-console-inspector.jsfile into the console and hitenter
*** To clear the anonymization simple reload the page ***