-
-
Save samiare/7473f2167f8a16bfe1ca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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