Skip to content

Mixmax #23

@alexstrat

Description

@alexstrat

Implementation notes:

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

Related issues: #2 #3

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions