-
-
Save sambaldwin/af71c62a319cefbb562f to your computer and use it in GitHub Desktop.
Minimal Facebook Messenger for Fluid
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/ | |
1. a. (You need to buy the paid version of Fluid to modify UserStyles) | |
2. Apply the below CSS as a Userstyles stylesheet | |
3. 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; } | |
#contentCol { min-width: 730px !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; } | |
.emoticonsPanel div._5r8f.panelFlyout { right: -10px !important; } | |
.emoticonsPanel div._5r8f .panelFlyoutArrow { left: 248px !important; } /* Thanks Lars */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment