You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mixmax is using chrome.storage.onChanged.addListener, but looks like using a shim is enough.
Overide user-agent to remove any mention of Electron: session.setUserAgent(userAgent.replace(/Electron\/\S*\s/, ''))
I had to dummy-implement various APIs:
chrome.storage.onChanged.addListener
chrome.tabs.query
chrome.browserAction (no real sense in context of electron)
chrome.notifications
chrome.webRequest
=> not sure how it impactcs the execution of the app but seems to work
Implementation notes:
Related issues: #2 #3
The text was updated successfully, but these errors were encountered: