twjmy / ytd-miniplayer

YouTube Mini player video hide stylesheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YouTube Mini player video hide stylesheet

badge-cc-by-nc-sa

Self CSS practise

ytd-miniplayer {
    --ytd-miniplayer-height: 2px;
}
ytd-miniplayer[animate-miniplayer]:not([expanded]) {
    height: 453px;
}
.ytd-miniplayer .ytp-tooltip.ytp-bottom.ytp-preview,
.ytd-miniplayer .ytp-preview:not(.ytp-text-detail) * {
    top: unset!important;
}
.ytp-miniplayer-expand-watch-page-button,
#info-bar.ytd-miniplayer .expander.ytd-miniplayer,
.ytd-miniplayer video.video-stream.html5-main-video {
    display: none;
}

Screenshort

  • Pause
    image
  • Tooltip/CC
    image
  • Expand
    image

About

YouTube Mini player video hide stylesheet


Languages

Language:CSS 100.0%