Skip to content

Instantly share code, notes, and snippets.

@katelovescode
Last active September 16, 2018 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katelovescode/9e884c952783d9c2423d1d0c31284401 to your computer and use it in GitHub Desktop.
Save katelovescode/9e884c952783d9c2423d1d0c31284401 to your computer and use it in GitHub Desktop.
User Stylesheet to stop Facebook from displaying chat windows
# Use the User CSS Chrome extension, navigate to facebook, double click the User CSS icon to
# display the slide-out CSS window, and add the following code to the page so your Facebook
# messenger chat windows don't display
# https://chrome.google.com/webstore/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb
#pagelet_dock, #pagelet_sidebar {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment