Skip to content

CLIP STUDIO ASSETS - Hide Bought Assets (Toggle) by 6meikyuu9

Screenshot of CLIP STUDIO ASSETS - Hide Bought Assets (Toggle)

Details

Author6meikyuu9

LicenseCC BY-NC-ND 4.0

Categoryclip-studio.com

Created

Updated

Size749 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A toggle you can use when you want to hide the content you have bought.

Notes

Source code

/* ==UserStyle==
@name           CLIP STUDIO ASSETS - Hide Bought Assets (Toggle)
@namespace      https://clip-studio.com
@version        1.0.0
@description    A toggle you can use when you want to hide the content you have bought.
@author         Meikyuu
==/UserStyle== */

@-moz-document url-prefix("https://assets.clip-studio.com") {
.materialCard__purchased {
          color: #3a3a3a;
          text-shadow: none;
          opacity: 1;
          position: absolute;
          top: 0px;
          right: 0px;
          margin: 0px;
          font-size: 100px;
          background: #3a3a3a;
          width: 181px;
          height: 311px;
          padding: 0px;
          z-index: 9;
          border-radius: 10px;
}
}

Reviews

No reviews yet.