Skip to content

Commit

Permalink
feat: add styles to hide 'Includes Paid Promotion' elements
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdanwan committed Nov 19, 2024
1 parent c78dcd4 commit 0b5f01a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions js&css/extension/www.youtube.com/appearance/player/player.css
Original file line number Diff line number Diff line change
Expand Up @@ -623,3 +623,12 @@ html[data-page-type=video][it-hide-top-loading-bar=true] .ytp-load-progress,
html[data-page-type=video][it-hide-top-loading-bar=true] .ytp-loading-bar {
display: none !important;
}


/*--------------------------------------------------------------
# HIDE Includes Paid Promotion
--------------------------------------------------------------*/
.ytp-paid-content-overlay,
.ytp-paid-content-overlay-link {
display: none !important;
}

0 comments on commit 0b5f01a

Please sign in to comment.