Anonymous-Humanoid
Anonymous-Humanoid
If you visit that webpage, it doesn't exist anymore. As far as I know, it's now [golang.org/x/crypto](https://pkg.go.dev/golang.org/x/crypto), which doesn't seem to support Go versions 1.6-1.7 as this project depends on,...
> Couldn't you just invoke a JS command `delete WebAssembly` as a [userscript](https://en.wikipedia.org/wiki/Userscript)? Assuming this were doable without worry of race conditions or extension permissions, this still isn't a substitute...
@niutech I'm happy to share! TL;DR it has nothing to do with the HTML document, but rather that extension content scripts can run in isolated environments that have access to...
[Minimum reproducible example](https://github.com/Anonymous-Humanoid/prettier-mre). Formatting on save ignores `prettier.config.mjs`, but `npm run prettier` correctly uses the config file (with the exception of the override, which may be a separate issue or...
Amazingly, after restarting the extension, the above MRE works fine when migrated to .cjs, so there's a temp fix.