goofy ahh fpecaca shiet
// ==UserScript==
// @name FPE Snowflakes!
// @namespace http://tampermonkey.net/
// @version 2024-09-08
// @license MIT
// @description goofy ahh fpecaca shiet
// @author soikek
// @match http://soyjak.party/soy/
// @match http://soyak.party/soy/
// @match http://soyak.party/qa/
// @match http://soyjak.party/qa/
// @match http://soyak.party/raid/
// @match http://soyjak.party/raid/
// @match http://soyak.party
// @match http://soyjak.party
// @icon https://files.catbox.moe/3460aa.png
// @grant none
// ==/UserScript==
(function() {
'use strict';
if (localStorage.stylesheet == "Yotsoyba B") {
document.body.insertAdjacentHTML("beforeend", `<div class="snowflakes">
<img class="snowflake" src="https://files.catbox.moe/9lfswq.webp" style="width:50px;">
<img class="snowflake" src="https://files.catbox.moe/g0dhjt.webp" style="width:50px;">
<img class="snowflake" src="https://files.catbox.moe/vq4yn4.webp" style="width:50px;">
<img class="snowflake" src="https://files.catbox.moe/ep7yyj.webp" style="width:50px;">
<img class="snowflake" src="https://files.catbox.moe/w2hp2m.webp" style="width:50px;">
<img class="snowflake" src="https://files.catbox.moe/ewovtj.webp" style="width:50px;">
<img class="snowflake" src="https://files.catbox.moe/5e5xyb.webp" style="width:50px;">
<img class="snowflake" src="https://files.catbox.moe/5c41tf.webp" style="width:50px;">
<img class="snowflake" src="https://files.catbox.moe/709999.webp" style="width:50px;">
<img class="snowflake" src="https://files.catbox.moe/v5qz3j.webp" style="width:50px;">
</div>`);
}
})();