2018/08/05

Stylish for TW (updated)

When I do things like this I want to separate updated content from what is not.

This template removes pinned tweets among other things like the Moments, prompts, translate buttons and recommended followers.


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("twitter.com") {
#above-timeline-prompt,
.user-pinned,
.SidebarCommonModules,
.moments,
.message,
.translate-button, .GalleryNav,
.js-recommended-followers
{ display:none !important }

}


No comments:

Post a Comment