It's possible to create a custom selector that runs as a content script like so
selectors.register(name, script, { contentScript: true });
I'd like to be able to do the same with evaluate(), so that I can run custom code in an isolated environment.
It doesn't look like this is currently supported. Would this be possible?
Thanks.