> Cross-origin communication: In Manifest v3, content scripts will have the same permissions as the page they are injected in. We are planning to implement this change. What will this mean for GM.xmlHttpRequest in userscripts? Adding content from several different sites with userscripts can be very powerful.
@-moz-document domain(example.com) {
img { opacity: 0.05 !important; }
}
Note that there's some about:config flag that needs to be switched since the version that got released today.