Skip to content

Commit

Permalink
Merge pull request #1 from m-doescode/1.1-update
Browse files Browse the repository at this point in the history
1.1-update | v1.1 | Added nitro popup and profile nitro ad block
  • Loading branch information
m-doescode authored Oct 26, 2022
2 parents efb106d + 05bd949 commit abf43ef
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion TemptationBGone.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @name TemptationBGone
* @author m-doescode
* @description Gets rid of the annoying clutter of nitro and inaccessible features. Also gets rid of nitro tempt.
* @version 1.0
* @version 1.1
*/


Expand Down Expand Up @@ -68,3 +68,13 @@
.channelNotice-7cg_jN {
display: none !important;
}

/* > Hide nitro popup */
.contentPremium-_Y0-cX {
display: none !important;
}

/* > Hide profile nitro ad */
.premiumFeatureBorder-3vL7bn.tryItOutSection-W9qeGH {
display: none !important;
}

0 comments on commit abf43ef

Please sign in to comment.