Skip to content

YT - hide "DL, Clip, Thanks and Promote" buttons by magma_craft

Details

Authormagma_craft

LicenseCC Zero

Categoryyoutube

Created

Updated

Size719 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides "Download", "Clip", "Thanks" and "Promote" buttons on video.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         YT - hide "DL, Clip, Thanks and Promote" buttons
@version      20240321.23.00
@namespace    userstyles.world/user/magma_craft
@description  Hides "Download", "Clip" and "Thanks" buttons on video.
@author       magma_craft
@license      CC Zero
==/UserStyle== */

@-moz-document domain("youtube.com") {
ytd-download-button-renderer {
  display: none !important;
}

#flexible-item-buttons [aria-label="Promote"] {
  display: none !important;
}

#flexible-item-buttons [aria-label="Clip"] {
  display: none !important;
}

#flexible-item-buttons [aria-label="Thanks"],
#flexible-item-buttons [title="Show support with Super Thanks"] {
  display: none !important;
}
}

Reviews

No reviews yet.