Skip to content

Instantly share code, notes, and snippets.

@bitemyapp
Created December 5, 2015 00:11
Show Gist options
  • Save bitemyapp/8f7fc15a22ff8a739b42 to your computer and use it in GitHub Desktop.
Save bitemyapp/8f7fc15a22ff8a739b42 to your computer and use it in GitHub Desktop.
Put this in a Stylish mod for your Twitter on your browser to nuke the Moments button
// https://twitter.com/bitemyapp/status/672930049830596608
a[data-nav=moments] {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment