codebykat
9/13/2013 - 9:32 AM

Hides "conversation view" on Twitter while still preserving the ability to click to expand conversation. This works for me on Chrome.

Hides "conversation view" on Twitter while still preserving the ability to click to expand conversation. This works for me on Chrome.

.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;
}