Since the API calls only now going between the background and content scripts, instead of using `window.postMessage`, use `browser.runtime.sendMessage`. Ref: https://github.com/quoid/userscripts/issues/265#issuecomment-1241377290
Since the API calls only now going between the background and content scripts, instead of using
window.postMessage, usebrowser.runtime.sendMessage.Ref: #265 (comment)