Merge branch 'main' into various-bugfixes

This commit is contained in:
StroepWafel
2026-06-27 15:42:51 +09:30
committed by GitHub
54 changed files with 5073 additions and 42 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ export async function finishLoad() {
}
export function GetCSSElement(file: string) {
const cssFile = browser.runtime.getURL(file);
const cssFile = resolveExtensionAssetUrl(file);
const fileref = document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");