Name Description Size Coverage
manifest.toml 138 -
test_persistent_contentscripts.py const config = arguments[0]; const bgWin = window.wrappedJSObject.browser.extension.getBackgroundPage(); const { matches, excludeMatches } = bgWin.interventions.getBlocksAndMatchesFor(config); const { id } = bgWin.interventions.buildContentScriptRegistrations( config.label, config.interventions[0], matches, excludeMatches, )[0]; return id; 13528 -