Merge branch 'main' into dev
This commit is contained in:
commit
4bcbd24d99
6 changed files with 699 additions and 699 deletions
|
|
@ -26,7 +26,6 @@ function patchVersion() {
|
||||||
</span>
|
</span>
|
||||||
`;
|
`;
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const observer = new MutationObserver(patchVersion);
|
const observer = new MutationObserver(patchVersion);
|
||||||
|
|
|
||||||
|
|
@ -305,7 +305,8 @@ if (!targetParent) return;
|
||||||
document.getElementById('stoat-fake-loadfont') ||
|
document.getElementById('stoat-fake-loadfont') ||
|
||||||
document.getElementById('stoat-fake-stoatserver') ||
|
document.getElementById('stoat-fake-stoatserver') ||
|
||||||
document.getElementById('stoat-fake-linktree');
|
document.getElementById('stoat-fake-linktree');
|
||||||
targetParent.appendChild(quickCssBtn); }
|
targetParent.appendChild(quickCssBtn);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function applyQuickCSS(css) {
|
function applyQuickCSS(css) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue