Skip to content

Register page-script.js as content script

Fabian Vogt requested to merge work/fvogt/manifestmorev3 into work/kbroulik/manifestv3

With MV3, it's possible to register a content script running in the "MAIN" world. This is more reliable than injecting a script tag.

I'm not entirely sure what the best way to deal with the content script order is. Can we assume that both content scripts will be loaded simultaneously "enough" so that none of the events will be missed?

Edited by Fabian Vogt

Merge request reports