>>108903435
My mascot would always take a sec to load on refresh. You can get around it by converting the image to a data url and using that as the image url tho
>>108904284
Wasn't it forked specifically to remove them? lel
You can easily add your own mascot image element in a ublock origin filter nowadays though with:
4chan.org##+js(trusted-create-html, body, '<div id="custom-mascot-container"><img src="image data uri goes here"></div>')
4chan.org#$##custom-mascot-container > img {z-index: 1; position: fixed; bottom: 0; right: 10px; width: 15vw;}
(picrel)
The only problem is that unless your image is small in size, the data uri (e.g data:image/png;base64,...) will be pretty large in the filter editor :P
A basic userscript could do it too tho