mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Inject highly generic cosmetic filters in all frames
Related issue: https://github.com/uBlockOrigin/uAssets/issues/26839
This commit is contained in:
parent
efd1d7d171
commit
2843aa1c90
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ function registerHighGeneric(context, genericDetails) {
|
|||
const directive = {
|
||||
id: 'css-generichigh',
|
||||
css,
|
||||
allFrames: true,
|
||||
matches,
|
||||
excludeMatches,
|
||||
runAt: 'document_end',
|
||||
|
|
|
|||
Loading…
Reference in a new issue