Skip to content

Instantly share code, notes, and snippets.

@samiare
Forked from cmod/minimal_fb_messenger.css
Last active August 29, 2015 14:06
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samiare/7473f2167f8a16bfe1ca to your computer and use it in GitHub Desktop.
Save samiare/7473f2167f8a16bfe1ca to your computer and use it in GitHub Desktop.
/*
Minimal Facebook Messenger
==========================
1. Make a Fluid (http://fluidapp.com/) instance of https://facebook.com/messages/
2. Apply the below CSS as a Userstyles stylesheet
3. Add FB_Messenger.icns as the application icon (OS X)
4. Like magic, you can now message without all the cruft of Full Facebook
Why?
---
I find more and more of my work and personal correspondence happens on FB Messenger.
It's nice to have a simple desktop client.
Facebook.com itself is far too heavy and distracting.
But Messenger works in [insert chat client name]!
-------------------------------------------------
Yes but if you want: file attachments, stickers (!), group chats, history,
search, and more, you will need the proper web client.
*/
#rightCol { display: none !important; }
#pagelet_bluebar { display: none !important; }
#pagelet_dock { display: none !important; }
#pagelet_sidebar { display: none !important; }
#globalContainer { padding-right: 0 !important; }
.fbx #globalContainer { width: auto !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment