fix: proxy Node.getRootNode

This commit is contained in:
Percs 2024-10-14 12:17:37 -05:00
parent a2af4d7f3b
commit ee85b48d33
7 changed files with 13 additions and 4 deletions

View file

@ -10,6 +10,9 @@ const scramjet = new ScramjetController({
"https://discord.com/.*": {
naiiveRewriter: true,
},
"https://worker-playground.glitch.me/.*": {
serviceworkers: true,
},
},
});