[JS] PrefixSparkleRemover | Remove Fancy Particles from prefixs 04-19-2020, 01:29 AM
#1
This script is similar to the UserSparkleRemover script, however, you will need to replace %rgb_value% with the actual rgb value down below:
Script (replace %rgb_value% with an RGB value above):
Update v1.0.1: Now keeps original prefix background color
Code:
RGB Values:
rgb(51, 42, 13) // Gold Patch
rgb(51, 51, 51) // Silver Patch
rgb(41, 31, 15) // Bronze PatchScript (replace %rgb_value% with an RGB value above):
Code:
var x = document.getElementsByTagName("span"), i;
for (i = 0; i < x.length; i++) {
if (x[i].style.background == 'url("images/groupimages/extra/sparkle.gif") %rgb_value%') {
x[i].style.background = "%rgb_value%"
}
}
(This post was last modified: 04-19-2020, 02:02 AM by miso.
Edit Reason: slight fix
)
RIP the pizza king
![[Image: 3.0]](https://static-cdn.jtvnw.net/emoticons/v1/1646084/3.0)
all of my contact info is on my Github Profile
all of my contact info is on my Github Profile







![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)



![[Image: signature.png]](https://ctrlhub.co/style/images/signature.png)










![[Image: KmPTi6b.png]](https://i.imgur.com/KmPTi6b.png)
, also you never answered my question really before.