Skip to content

No Super Thanks background and chip by charles

Screenshot of No Super Thanks background and chip

Details

Authorcharles

LicenseMIT

Categoryyoutube

Created

Updated

Size464 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Extension that hides the colored background and the chip showing the price.

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;
}
}

Reviews

No reviews yet.