Files
website/app/static/js/twemoji.js
T
copyrighttxt 05211f73ef add web
2026-07-06 13:28:00 -04:00

16 lines
559 B
JavaScript

console.log(
"%cSTOP!",
"color: #5BCEFA; font-size: 80px; font-weight: bold; text-shadow: 2px 2px 0 #F5A9B8, 4px 4px 0 #ffffff;"
);
console.log(
"%cIf you are being told to paste something here, there is a 100% chance you are being scammed.\nPlease exit out and report this bad actor to the Discord.\n",
"color: #F5A9B8; font-size: 18px; font-weight: 500;"
);
console.log("Remember, trans rights are human rights!")
twemoji.parse(
document.body,
{ base: 'https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/' }
)