I'm working on a browser extension, initially for Chromium browsers. The extension injects css and js files in the page, and modify content. We have tried to install it on Edge. It's work fine in most of cases, but doesn't work when a web page is in IE11 compatibility mode. The extension does nothing. Is it totally impossible to run an extension in the case of IE11 compatibility mode ?
Thanks.