Skip to content

Instantly share code, notes, and snippets.

@bschne
Created March 18, 2021 14:26
Show Gist options
  • Select an option

  • Save bschne/0323868ae1f51a9787e4a8d094e529fc to your computer and use it in GitHub Desktop.

Select an option

Save bschne/0323868ae1f51a9787e4a8d094e529fc to your computer and use it in GitHub Desktop.
Zen Twitter
/*
* Set these as userstyles for the respective domain to hide everything but
* notifications, messages, and the option to write a tweet.
*
* Originally from Beck Tench (twitter.com/@10ch)
*/
/* twitter.com */
[role="complementary"] {visibility: hidden;}
[data-testid="sidebarColumn"] {visibility: hidden;}
[aria-label="Home (New unread Tweets)"] {visibility: hidden;}
[aria-label="Search and explore"] {visibility: hidden;}
[aria-label="Home"] {visibility: hidden;}
[aria-label="Bookmarks"] {visibility: hidden;}
[aria-label="Lists"] {visibility: hidden;}
[aria-label="Profile"] {visibility: hidden;}
[aria-label="Timeline\: Your Home Timeline"] {visibility: hidden !important;}
/* twitter.com/home */
[role="region"] {visibility: hidden;}
[role="complementary"] {visibility: hidden;}
[data-testid="tweet"] {visibility: hidden;}
[data-testid="sidebarColumn"] {visibility: hidden;}
[aria-label="Home (New unread Tweets)"] {visibility: hidden;}
[aria-label="Search and explore"] {visibility: hidden;}
[aria-label="Home"] {visibility: hidden;}
[aria-label="Bookmarks"] {visibility: hidden;}
[aria-label="Lists"] {visibility: hidden;}
[aria-label="Profile"] {visibility: hidden;}
[aria-label="Timeline\: Your Home Timeline"] {visibility: hidden !important;}
/* twitter.com/notifications */
[role="complementary"] {visibility: hidden;}
[data-testid="sidebarColumn"] {visibility: hidden;}
[aria-label="Home (New unread Tweets)"] {visibility: hidden;}
[aria-label="Search and explore"] {visibility: hidden;}
[aria-label="Home"] {visibility: hidden;}
[aria-label="Bookmarks"] {visibility: hidden;}
[aria-label="Lists"] {visibility: hidden;}
[aria-label="Profile"] {visibility: hidden;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment