Skip to content

Instantly share code, notes, and snippets.

@cmod
Created September 16, 2014 14:38
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save cmod/de169914c00e92495b67 to your computer and use it in GitHub Desktop.
Save cmod/de169914c00e92495b67 to your computer and use it in GitHub Desktop.
Twitter Notifications
/*
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; }
@rianvdm
Copy link

rianvdm commented Oct 6, 2014

This is great, thanks Craig!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment