[mv3] Inject highly generic cosmetic filters in all frames

Related issue:
https://github.com/uBlockOrigin/uAssets/issues/26839
This commit is contained in:
Raymond Hill 2025-01-15 09:13:18 -05:00
parent efd1d7d171
commit 2843aa1c90
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -139,6 +139,7 @@ function registerHighGeneric(context, genericDetails) {
const directive = {
id: 'css-generichigh',
css,
allFrames: true,
matches,
excludeMatches,
runAt: 'document_end',