Hacker News new | ask | show | jobs
by djbusby 980 days ago
There is a cross browser extension helper in this thread. Maybe it works for you.
1 comments

Just FYI: manifest v3 extensions are already cross-browser. They are all based on the WebExtensions API. However, browsers have very specific constraints that require complex alternative solutions (e.g. Safari does not allow reading httpOnly cookies, so auth can't be handled easily).