| test_persistent_contentscripts.py |
const config = arguments[0];
const bgWin = window.wrappedJSObject.browser.extension.getBackgroundPage();
const { id } =
bgWin.interventions.buildContentScriptRegistrations(
config.label,
config.interventions[0],
bgWin.interventions.getBlocksAndMatchesFor(config).matches
)[0];
return id;
|
13418 |
- |