Do you hate that your shoutbox has turned into a rainbow? Or that the name of some people has turned into a glitter bomb?
Well then, install Tampermonkey (Chrome, Firefox) for your browser and add this script to remove all the clutter!
You can use this script for both dark and light mode.
And your shoutbox will look like this:

Well then, install Tampermonkey (Chrome, Firefox) for your browser and add this script to remove all the clutter!
You can use this script for both dark and light mode.
Code:
// ==UserScript==
// @name Shoutbox de-clutterer
// @namespace http://tampermonkey.net/
// @version 0.4
// @description Removes clutter
// @author Riekelt
// @match https://perpheads.com/*
// @icon https://www.google.com/s2/favicons?domain=perpheads.com
// @grant GM_addStyle
// @run-at document-start
// ==/UserScript==
GM_addStyle(`
.username--style63, .username--style61, .username--style11, .username--style14, .username--style68 { background: none !important; }
.bbWrapper > span { color: inherit !important; }
.bbCodeBlock-content > div > span { color: inherit !important; }
.username--style67 { color: inherit !important; font-weight: inherit !important; }
img[src="https://i.imgur.com/HC7oF7L.png"] { width: 0; height: 0; padding: 30px 0 0 113px; background: url("https://i.imgur.com/stfRl5k.png") no-repeat 0 0 !important; }
.contentRow-fader { display: none; }
`);
And your shoutbox will look like this:

Last edited: