File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
platform/mv3/extension/js Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,7 @@ function registerProcedural(context, proceduralDetails) {
247
247
context . toAdd . push ( {
248
248
id : 'css-procedural' ,
249
249
js,
250
+ allFrames : true ,
250
251
matches,
251
252
excludeMatches,
252
253
runAt : 'document_end' ,
@@ -323,6 +324,7 @@ function registerDeclarative(context, declarativeDetails) {
323
324
context . toAdd . push ( {
324
325
id : 'css-declarative' ,
325
326
js,
327
+ allFrames : true ,
326
328
matches,
327
329
excludeMatches,
328
330
runAt : 'document_start' ,
@@ -396,6 +398,7 @@ function registerScriptlet(context, scriptletDetails) {
396
398
context . toAdd . push ( {
397
399
id,
398
400
js : [ `/rulesets/scripting/scriptlet/${ id } .js` ] ,
401
+ allFrames : true ,
399
402
matches,
400
403
excludeMatches,
401
404
runAt : 'document_start' ,
@@ -460,6 +463,7 @@ function registerScriptletEntity(context) {
460
463
context . toAdd . push ( {
461
464
id : 'scriptlet.entity' ,
462
465
js,
466
+ allFrames : true ,
463
467
matches,
464
468
excludeMatches,
465
469
runAt : 'document_start' ,
@@ -664,6 +668,7 @@ function registerSpecificEntity(context) {
664
668
context . toAdd . push ( {
665
669
id : 'css-specific.entity' ,
666
670
js,
671
+ allFrames : true ,
667
672
matches,
668
673
excludeMatches,
669
674
runAt : 'document_start' ,
You can’t perform that action at this time.
0 commit comments