Skip to content

Instantly share code, notes, and snippets.

@Bluscream
Created March 28, 2024 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bluscream/550bc2a4edc750a35545312203b11f59 to your computer and use it in GitHub Desktop.
Save Bluscream/550bc2a4edc750a35545312203b11f59 to your computer and use it in GitHub Desktop.
Vencord QuickCSS
button[aria-label="Send a gift"], /* textbox gift button */
[class^=nitroBadgeSvg__], /* nitro user badge */
.textBadge_f05120, /* aRPC bar */
div[class="notice__5fd4c colorDefault__438d3"],
.vc-rdb-review:has(span.botText_daff56) {
display: none;
}
img[src="/assets/5cdb518bb425d85a0f51.svg"] { /* red x emoji */
content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiI+PHBhdGggZmlsbD0iI0REMkU0NCIgZD0iTTM2IDMyYzAgMi4yMDktMS43OTEgNC00IDRINGMtMi4yMDkgMC00LTEuNzkxLTQtNFY0YzAtMi4yMDkgMS43OTEtNCA0LTRoMjhjMi4yMDkgMCA0IDEuNzkxIDQgNHYyOHoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMjEuNTI5IDE4LjAwNmw4LjIzOC04LjIzOGMuOTc3LS45NzYuOTc3LTIuNTU5IDAtMy41MzUtLjk3Ny0uOTc3LTIuNTU5LS45NzctMy41MzUgMGwtOC4yMzggOC4yMzgtOC4yMzgtOC4yMzhjLS45NzYtLjk3Ny0yLjU2LS45NzctMy41MzUgMC0uOTc3Ljk3Ni0uOTc3IDIuNTU5IDAgMy41MzVsOC4yMzggOC4yMzgtOC4yNTggOC4yNThjLS45NzcuOTc3LS45NzcgMi41NTkgMCAzLjUzNS40ODguNDg4IDEuMTI4LjczMiAxLjc2OC43MzJzMS4yOC0uMjQ0IDEuNzY4LS43MzJsOC4yNTgtOC4yNTkgOC4yMzggOC4yMzhjLjQ4OC40ODggMS4xMjguNzMyIDEuNzY4LjczMnMxLjI3OS0uMjQ0IDEuNzY4LS43MzJjLjk3Ny0uOTc3Ljk3Ny0yLjU1OSAwLTMuNTM1bC04LjI0LTguMjM3eiIvPjwvc3ZnPg==');
}
.nitroTopDividerContainer_b829ac, premiumSectionDivider__2ed1a, .premiumHeader_f73c14 {
display: none;
}
.premiumEmoji_d4ce86 {
background-color: #00000000;
filter: grayscale(100%);
}
.premiumEmoji_d4ce86 .base__87e58 .autocompleteRowContent__0f949 .autocompleteRowContentPrimary__5db7d .autocompleteRowHeading_d9a61f:before {
content: "🔒"
}
[class^="imageWrapper_"] img[class^="lazyImg"] { object-fit: contain !important; } /*Fix Mosaic Zoom*/
/* CSS of questionable usefulness to see style attribute for some reason, I've shitposted in ⁠🎨-css-snippets enough today so not gonna post there */
/*:hover::after {
content: attr(style);
background: aliceblue !important;
box-shadow: 0 0 3px 0 black;
color: black !important;
font-family: Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
opacity: 0.7;
pointer-events: none;
position: absolute;
z-index: 9999;
}*/
div[class^='container-'][style="opacity: 1;"] { /* transparent loading bg */
background-color: color-mix(in srgb, var(--background-primary), transparent 90%) !important;
pointer-events: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment