fix stuff + add stuff

This commit is contained in:
ashley 2025-10-10 20:42:43 +02:00
parent 0f0fa21026
commit 58ee26214e

View File

@ -47,7 +47,7 @@ document.addEventListener("DOMContentLoaded", () => {
const match = metaDesc.match(/👍\s*[^|]+\|\s*👎\s*[^|]+\|\s*📈\s*[^💬]+/);
if (match) {
stats = match[0]
.replace(/👍/g, "👍")
.replace(/👍/g, "👍")
.replace(/👎/g, "• 👎")
.replace(/📈/g, "• 📈")
.replace(/\s*\|\s*/g, " ");