-
-
Save timriley/8c70fc84c473f375057c to your computer and use it in GitHub Desktop.
This file contains hidden or 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