Skip to content

RemoveSupporterPfp by hearto

Screenshot of RemoveSupporterPfp

Details

Authorhearto

LicenseCC0 (public domain)

Categorynewgrounds

Created

Updated

Code size392 B

Code checksum4ad9f235

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Turn Newgrounds profile pics back into circles without borders (or other shapes).

Notes

Bug list:

  1. doesn't fix profile page shadows.

Source code

/* ==UserStyle==
@name           RemoveSupporterPfp
@namespace      userstyles.world
@version        1.0.0
==/UserStyle== */
@-moz-document domain("newgrounds.com") {
svg.svgmask > image {
    clip-path: url(#mask_s0) !important; /* #mask_s0 for circle, #mask_s8 for square, #mask_s9 for rounded square*/
}
svg.svgmask>use {
    stroke: #fda23800 !important; /*remove border*/
}
}

Reviews

No reviews yet.