Makes the Twitter/X live stream broadcast page 85% width of browser viewport.
twitter.com/i/broadcasts/ by lemimique
Details
Authorlemimique
LicenseGNU AGPLv3
Categorytwitter.com x.com broadcast wideview page
Created
Updated
Size394 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name twitter.com/i/broadcasts/1LyxBnOvzvOxN - Mar 2024
@version 20240314.13.08
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://twitter.com/i/broadcasts") {
header {
display: none !important;
}
[data-testid="primaryColumn"] {
width: 85vw !important;
min-width: 85vw !important;
}
[data-testid="sidebarColumn"] {
display: none;
}
}