Skip to content

Cleaner Twitter.com by birdie0

Imported and mirrored from https://raw.githubusercontent.com/Birdie0/userstyles/master/styles/twitter.com.user.css

Screenshot of Cleaner Twitter.com

Details

Authorbirdie0

LicenseMIT

Categorytwitter.com

Created

Updated

Size637 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Unclutter website look

Notes

Currently available style overrides:

  • Hide sidebars unless hovered

Source code

/* ==UserStyle==
@name         Cleaner Twitter.com
@version      1.0.0
@namespace    github.com/Birdie0/userstyles
@description  Unclutter website look
@author       Birdie0
@homepageURL  https://github.com/Birdie0/userstyles
@supportURL   https://github.com/Birdie0/userstyles/issues
@license      MIT
@preprocessor stylus

@var checkbox hide_sidebars "Hide sidebars" 1
==/UserStyle== */
@-moz-document domain("twitter.com") {
	if hide_sidebars {
		[data-testid="sidebarColumn"], [role="banner"] {
			opacity: 0 !important;
			transition: opacity .5s;

			&:hover {
				opacity: unset !important;
			}
		}
	}
}

Reviews

No reviews yet.