mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
Discard :style()
filters chained to procedural operators
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/961
This commit is contained in:
parent
8c6fc09262
commit
2f927847f2
@ -528,7 +528,13 @@
|
||||
}
|
||||
|
||||
// Expose action to take in root descriptor.
|
||||
//
|
||||
// https://github.com/uBlockOrigin/uBlock-issues/issues/961
|
||||
// https://github.com/uBlockOrigin/uBlock-issues/issues/382
|
||||
// For the time being, `style` action can't be used in a
|
||||
// procedural selector.
|
||||
if ( action !== undefined ) {
|
||||
if ( tasks.length > 1 && action === 'style' ) { return; }
|
||||
out.action = action;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user