Skip to content

Instantly share code, notes, and snippets.

View BorisAnthony's full-sized avatar

Boris Anthony BorisAnthony

View GitHub Profile
@BorisAnthony
BorisAnthony / twitter-user-stylesheet.css
Created January 16, 2012 19:27 — forked from micrypt/twitter-user-stylesheet.css
CSS rules to hide "Discover", "Trending Topics" and "Who To Follow" on new new Twitter.
[data-component-term="trends"] *,
[data-component-term="user_recommendations"] *,
[data-global-action="discover"] *,
*[class*=promoted] {
display: none !important;
}
/*
Stop everything bouncing upon seeing modal windows under Lion when using a trackpad (non-persistent scrollbars)
Originally from https://gist.github.com/1502938