Last active
July 21, 2016 20:17
-
-
Save cmod/86ab933ea4ca1d983462e9e35b9ff0f9 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
/* | |
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