Makes your fireworks... finntastic!
// ==UserScript==
// @name Better Fireworks
// @namespace https://cracked.to
// @version 1.0
// @description Makes your fireworks... finntastic!
// @author Moo
// @match https://cracked.to/*
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle(`
.particle {
background: url("https://why-int.co.uk/TL0W.png");
height: 100px !important;
width: 100px !important;
color: transparent !important;
}
`);