Skip to content

Instantly share code, notes, and snippets.

@cmod
Last active July 21, 2016 20:17
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cmod/86ab933ea4ca1d983462e9e35b9ff0f9 to your computer and use it in GitHub Desktop.
Save cmod/86ab933ea4ca1d983462e9e35b9ff0f9 to your computer and use it in GitHub Desktop.
/*
Minimal Twitter List
==========================
1. Make a Fluid (http://fluidapp.com/) instance of https://twitter.com/{username}/lists/{listname}
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 enjoy just the list, in a nice minimal interface
Why?
----
Timeline got you down? Followed too many folks?
Will unfollowing earn you endless ire around the office?
Just want to focus on a small crew of good hearted people?
Boom. Clear the cruft. Focus on the signal.
Currate your way to a noise-free Twitterverse!
*/
.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