Skip to content

Instantly share code, notes, and snippets.

@zachinglis
Created April 24, 2019 05:33
Show Gist options
  • Save zachinglis/76f31d511bb1c2520706ce7bdd692921 to your computer and use it in GitHub Desktop.
Save zachinglis/76f31d511bb1c2520706ce7bdd692921 to your computer and use it in GitHub Desktop.
Stylish: Twitter Sidebar Remover
[aria-label="Timeline: Your Home Timeline"] {
width: 500px;
}
[data-testid="sidebarColumn"] {
display: none;
position: absolute;
left: 0;
top: 0;
}
.r-1ye8kvj, [data-testid="primaryColumn"], [aria-label="Timeline: Your Home Timeline"] {
width: 100% !important;
max-width: 100% !important;
}
[aria-label="Timeline: Trending now"] {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment