mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
This commit is contained in:
parent
c7fa91ffb6
commit
ed5dba432a
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
|
||||
"name": "uBlock Origin",
|
||||
"version": "1.14.17.3",
|
||||
"version": "1.14.17.4",
|
||||
|
||||
"commands": {
|
||||
"launch-element-zapper": {
|
||||
|
|
|
|||
|
|
@ -2051,8 +2051,8 @@ FilterContainer.prototype.retrieveDomainSelectors = function(
|
|||
exceptionFilters: [],
|
||||
hideNodeAttr: this.randomAlphaToken(),
|
||||
hideNodeStyleSheetInjected: false,
|
||||
highGenericSimple: '',
|
||||
highGenericComplex: '',
|
||||
highGenericHideSimple: '',
|
||||
highGenericHideComplex: '',
|
||||
injectedHideFilters: '',
|
||||
networkFilters: '',
|
||||
noDOMSurveying: this.hasGenericHide === false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue