Created
March 18, 2021 14:26
-
-
Save bschne/0323868ae1f51a9787e4a8d094e529fc to your computer and use it in GitHub Desktop.
Zen Twitter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * 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