Created
September 16, 2014 14:38
-
-
Save cmod/de169914c00e92495b67 to your computer and use it in GitHub Desktop.
Twitter Notifications
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
/* | |
Just the Notifications, please | |
============================== | |
1. Make a Fluid (http://fluidapp.com/) instance of https://twitter.com/i/notifications | |
2. Apply the below CSS as a Userstyles stylesheet | |
3. Enjoy just the conversation, not the timeline | |
Why? | |
---- | |
Sometimes it's nice to ignore the flow, and concentrate on the connections. | |
Self control is hard. This makes it a little harder to lose onesself in the timeline. | |
*/ | |
.topbar { display: none !important; } | |
.dashboard { display: none !important; } | |
#trends_dialog { display: none !important; } | |
.content-main { float: none !important; width: auto !important; } | |
.wrapper { width: auto !important; } | |
.AppContent { padding-top: 10px !important; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is great, thanks Craig!