Skip to content

Twitter with only tweet by baruchiro

Details

Authorbaruchiro

LicenseNo License

Categoryuserstyles

Created

Updated

Size547 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove all the Twitter features and keep only the tweeting box, to tweet without interruption.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Twitter with only tweet
@version      20220410.08.21
@namespace    userstyles.world/user/baruchiro
@description  Remove all the Twitter features and keep only the tweeting box, to tweet without interruption.
@author       baruchiro
@license      No License
==/UserStyle== */

@-moz-document domain("twitter.com") {
header, 
main > div > div > div > div:nth-child(2),
main > div > div > div > div > div > div:nth-child(4),
[role="status"],
/* Messages */
#layers > div:first-child
{
    display: none !important;
}

}

Reviews

No reviews yet.