Skip to content

Commit

Permalink
sponsor-button display:none !important
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube committed May 11, 2024
1 parent cdaecdc commit caa3c98
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ html[it-red-dislike-button='true'] #top-level-buttons-computed #segmented-dislik
/*------SUBSCRIBE BUTTON------*/
html[it-subscribe='grey'] #subscribe-button button {background-color: #DDD !important; color:#111 !important;}
html[it-subscribe='transparent'] #subscribe-button button {background-color:rgba(0, 0, 0, 0.4) !important; color:#111 !important;}
/* DISPLAY: NONE: */
/* DISPLAY: NONE;*/
html[it-subscribe='remove_label'] #subscribe-button button .yt-spec-button-shape-next__button-text-content,
html[it-subscribe='hidden'] #subscribe-button,
html[it-join='remove_label'] #sponsor-button button .yt-spec-button-shape-next__button-text-content,
Expand Down Expand Up @@ -89,11 +89,8 @@ html[it-hide-clip-button='hidden'] #flexible-item-buttons button#Clip-button,
html[it-hide-clip-button='icons_only'] #flexible-item-buttons button#Clip-button div.yt-spec-button-shape-next__button-text-content,
/*------# HIDE SAVE BUTTON------*/
html[it-hide-save-button='hidden'] #flexible-item-buttons button#Save-button,
html[it-hide-save-button='icons_only'] #flexible-item-buttons button#Save-button div.yt-spec-button-shape-next__button-text-content
/*=================================*/
{display: none;}
/*---------------------------------*/
/*------# HIDE DETAILS-------------*/
html[it-hide-save-button='icons_only'] #flexible-item-buttons button#Save-button div.yt-spec-button-shape-next__button-text-content,
/*------# HIDE DETAILS-------------*/
html[it-hide-details='true'] ytd-video-primary-info-renderer,
html[it-hide-details='true'] ytd-video-secondary-info-renderer,
html[it-hide-details='true'] ytd-watch-metadata,
Expand Down

0 comments on commit caa3c98

Please sign in to comment.