feat: start proxying css getpropertydeclaration

This commit is contained in:
Percs 2024-10-07 00:52:39 -05:00
parent c4070bbd6d
commit 9f04dacd01
6 changed files with 56 additions and 9 deletions

View file

@ -57,11 +57,6 @@ export function rewriteHtml(
script("data:application/javascript;base64," + btoa(injected)),
script(self.$scramjet.config["shared"]),
script(self.$scramjet.config["client"])
// script("/vc/browser.js"),
// new Element("link", {
// rel: "stylesheet",
// href: "/vc/browser.css",
// })
);
}