mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
feat: start proxying css getpropertydeclaration
This commit is contained in:
parent
c4070bbd6d
commit
9f04dacd01
6 changed files with 56 additions and 9 deletions
|
@ -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",
|
||||
// })
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue