YouTube Player Buttons Remover by pabli
Imported from https://raw.githubusercontent.com/pabli24/YTPlayerButtonsRemover/main/YTPlayerButtonsRemover.user.css

Details
Authorpabli
LicenseMIT
Created atSeptember 10, 2021 22:05
Updated atMay 27, 2022 17:58
Applies toyoutube
Statistics
Learn how we calculate statistics in the FAQ.
Total views403
Total installs1398
Weekly installs97
Description
Choose which buttons you want to remove from the YouTube Player
Also available on GreasyFork.org
☕ Support me on ko-fi
Check my other YouTube styles:
- Square Avatars
- Show Buttons On Hover When Paused
- Two Rows in Subscriptions Feed
Notes
Userstyle doesn't have notes.History
Daily snapshots of style statistics.
Source code
/* ==UserStyle==
@name YouTube Player Buttons Remover
@namespace https://github.com/pabli24
@version 1.0.0
@description Choose which buttons you want to remove from the YouTube Player
@author Pabli
@license MIT
@homepageURL https://github.com/pabli24/YTPlayerButtonsRemover/
@supportURL https://github.com/pabli24/YTPlayerButtonsRemover/issues
@preprocessor stylus
@var number a0 "REMOVE: " [0,0,0]
@var number a1 "■ --- GENERAL --- ■" [1,1,1]
@var checkbox hideall "Everything" 0
@var checkbox gradient "Gradient" 0
@var number a2 "▲ --- PLAYER TOP --- ▲" [2,2,2]
@var checkbox titlec "Channel Logo" 0
@var checkbox titley "Video title" 0
@var checkbox playlist "Playlist" 0
@var checkbox watchl "Watch later" 0
@var checkbox share "Share" 0
@var checkbox copylink "Copy link" 0
@var checkbox cards "Cards" 0
@var checkbox cardst "Cards teaser" 0
@var checkbox overflowb "Overflow button" 0
@var number a3 "▼ --- PLAYER BOTTOM --- ▼" [3,3,3]
@var checkbox morevideo "More videos" 0
@var checkbox anno "Annotations" 0
@var checkbox prbar "Progress bar" 0
@var number a31 "◣ --- BOTTOM LEFT --- ◣" [3.1,3.1,3.1]
@var checkbox prev "Prev" 0
@var checkbox play "Play" 0
@var checkbox next "Next" 0
@var checkbox vol "Volume" 0
@var checkbox timed "Time" 0
@var checkbox chapter "View chapter" 0
@var number a32 "◢ --- BOTTOM RIGHT --- ◢" [3.2,3.2,3.2]
@var checkbox autonav "Autoplay" 0
@var checkbox fuller "Scroll for details" 0
@var checkbox subtitles "Subtitles" 0
@var checkbox settings "Settings" 0
@var checkbox multicam "Multicam" 0
@var checkbox mplayer "Miniplayer" 0
@var checkbox pipb "Picture in Picture" 0
@var checkbox sizeb "Theater mode" 0
@var checkbox remote "Play on TV" 0
@var checkbox full "Full screen" 0
==/UserStyle== */
@-moz-document domain("youtube.com") {
if hideall {.ytp-chrome-bottom,.ytp-chrome-top,.annotation,.ytp-pause-overlay {display:none!important}}
if gradient {.ytp-gradient-top,.ytp-gradient-bottom {display:none!important}}
// .ytp-chrome-top
if titlec {.ytp-title-channel {display:none!important}}
if titley {.ytp-title {display:none!important}}
if playlist {.ytp-playlist-menu-button {display:none!important}}
if watchl {.ytp-watch-later-button {display:none!important}}
if share {.ytp-share-button {display:none!important}}
if copylink {.ytp-copylink-button {display:none!important}}
if cards {.ytp-cards-button {display:none!important}}
if cardst {.ytp-cards-teaser {display:none!important}}
if overflowb {.ytp-overflow-button {display:none!important}}
// .ytp-chrome-bottom
if morevideo {.ytp-pause-overlay {display:none!important}}
if anno {.annotation {display:none!important}}
if prbar {.ytp-progress-bar-container {display:none!important}}
// .ytp-left-controls
if prev {.ytp-prev-button {display:none!important}}
if play {.ytp-play-button {display:none!important}}
if next {.ytp-next-button {display:none!important}}
if vol {.ytp-volume-area {display:none!important}}
if timed {.ytp-time-display {display:none!important}}
if chapter {.ytp-chapter-container {display:none!important}}
// .ytp-right-controls
if autonav {[data-tooltip-target-id="ytp-autonav-toggle-button"] {display:none!important}}
if fuller {.ytp-fullerscreen-edu-button {display:none!important}}
if subtitles {.ytp-subtitles-button {display:none!important}}
if settings {.ytp-settings-button {display:none!important}}
if multicam {.ytp-multicam-button {display:none!important}}
if mplayer {.ytp-miniplayer-button {display:none!important}}
if pipb {.ytp-pip-button {display:none!important}}
if sizeb {.ytp-size-button {display:none!important}}
if remote {.ytp-remote-button {display:none!important}}
if full {.ytp-fullscreen-button {display:none!important}}
}