Extension that hides the colored background and the chip showing the price.
No Super Thanks background and chip by charles
Details
Authorcharles
LicenseMIT
Categoryyoutube
Created
Updated
Size464 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Only tested in Firefox
Just install the extension, and all Super Thanks comments will turn into regular comments.
Source code
/* ==UserStyle==
@name No Super Thanks background and chip
@version 20220730.23.53
@namespace userstyles.world/user/charles
@description Extension that hides the colored background and the chip showing the price.
@author charles
@license MIT
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
#paid-comment-background {
background-color: initial !important;
}
#paid-comment-chip {
display: none;
}
}