Merge branch 'main' into dev

This commit is contained in:
Amelia Frost 2026-03-24 16:11:50 -07:00
commit 4bcbd24d99
No known key found for this signature in database
6 changed files with 699 additions and 699 deletions

View file

@ -26,7 +26,6 @@ function patchVersion() {
</span>
`;
});
}
const observer = new MutationObserver(patchVersion);

View file

@ -305,7 +305,8 @@ if (!targetParent) return;
document.getElementById('stoat-fake-loadfont') ||
document.getElementById('stoat-fake-stoatserver') ||
document.getElementById('stoat-fake-linktree');
targetParent.appendChild(quickCssBtn); }
targetParent.appendChild(quickCssBtn);
}
}
function applyQuickCSS(css) {