

21·
18 days ago@MonkderVierte I’m afraid I can’t handle that from a browser extension, but good to know!
💻 Open-source #developer!
🦊 #Furry #Fox
🇨🇵 #French
🤔 I can’t think of any other bullet points
@MonkderVierte I’m afraid I can’t handle that from a browser extension, but good to know!
@MonkderVierte The thing is, since the code is running inside a browser extension there’s no way to interact with third party tools that aren’t part of the standard JavaScript api.
Well, I mean there’s Native Messaging https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native/_messaging but it only works for PC (Bye bye to ~70% of Android users) and I’d have to use a forked version to be able to handle messages from the browser extension, so I think that’s not the best solution for me