Turn Newgrounds profile pics back into circles without borders (or other shapes).
RemoveSupporterPfp by hearto
Details
Authorhearto
LicenseCC0 (public domain)
Categorynewgrounds
Created
Updated
Size392 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Bug list:
- 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*/
}
}