This causes e.g. the "Reddit Enhancement Suite" to not work (can't access chrome.extension.inIncognitoContext):
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'inIncognitoContext')
at isPrivateBrowsing (foreground.entry.js:15198:29)
at module35.shouldRun (foreground.entry.js:40259:31)
at isRunning (foreground.entry.js:47228:177)
at _addModuleBodyClasses (foreground.entry.js:47321:12)
at foreground.entry.js:47350:53
This causes e.g. the "Reddit Enhancement Suite" to not work (can't access
chrome.extension.inIncognitoContext):To Reproduce
Steps to reproduce the behavior:
Extra
Probably relevant:
electron-browser-shell/packages/electron-chrome-extensions/src/preload.ts
Lines 3 to 6 in 5b60d98