Skip to content

hide player controls twitter by minnieo

Screenshot of hide player controls twitter

Details

Authorminnieo

Licensemit

Categoryx.com

Created

Updated

Size485 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           hide player controls twitter
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("x.com") {
    
    div[data-testid="videoComponent"] div.css-175oi2r.r-18u37iz.r-n7gxbd {
        display: block !important;
    }
    
    div[data-testid="videoComponent"] div.css-175oi2r.r-18u37iz.r-n7gxbd:hover {
        display: none !important;
    }
    
}

Reviews

No reviews yet.