-
-
Save codebykat/6548512 to your computer and use it in GitHub Desktop.
Hides "conversation view" on Twitter while still preserving the ability to click to expand conversation. This works for me on Chrome.
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
.conversation-module > li:after, .conversation-module > li:before { | |
display: none; | |
} | |
ol.conversation-module li.conversation-root, | |
ol.conversation-module li.conversation-ancestor { | |
display: none; | |
} | |
li.js-has-navigable-stream.open ol.conversation-module li.conversation-root, | |
li.js-has-navigable-stream.open ol.conversation-module li.conversation-ancestor { | |
display: block; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mildmojo: I just installed Firefox and Stylish and it works fine for me when installed from userstyles.org. Maybe you've got another add-on conflicting with it or something?