Skip to content

Fullscreen Twitter by Adure

Details

AuthorAdure

LicenseNo License

Categorytwitter.com

Created

Updated

Code size502 B

Code checksumbc0d960

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes twitter more usable on web at full screen and also removes the side bar

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Fullscreen Twitter
@version      20231116.03.45
@namespace    ?
==/UserStyle== */

@-moz-document domain("twitter.com") {
header {
    width: 0;
}

.r-1ye8kvj{
    max-width: none;
}

div[data-testid="toast"]{
    max-width: 50%;
}

div[data-testid="primaryColumn"] {
    max-width: 100%;
}

div[data-testid="sidebarColumn"] {
    margin-left: 5px;
}

.r-1hycxz {
  width: 400px;
}

div .r-1ifxtd0.r-1udh08x {
    display: none;
}

.r-uc7nor {
    max-height:650px;
}


}

Reviews

No reviews yet.