Skip to content

Commit

Permalink
feat: hide the label on subscription & home page video cards
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdanwan committed Nov 28, 2024
1 parent 0a3ee53 commit b5ad763
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,8 @@ html[data-page-type=video][it-hide-top-loading-bar=true] .ytp-loading-bar {
/*--------------------------------------------------------------
# HIDE Includes Paid Promotion
--------------------------------------------------------------*/
html[data-page-type=video][it-hide-includes-paid-promotion=true] .ytp-paid-content-overlay {
html[data-page-type=video][it-hide-includes-paid-promotion=true] .ytp-paid-content-overlay,
html[data-page-type=home][it-hide-includes-paid-promotion=true] .YtmPaidContentOverlayLink,
html[data-page-type=other][it-hide-includes-paid-promotion=true] .YtmPaidContentOverlayLink {
display: none !important;
}

0 comments on commit b5ad763

Please sign in to comment.