mirror of https://github.com/gorhill/uBlock.git
This commit is contained in:
parent
c7fa91ffb6
commit
ed5dba432a
|
@ -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 New Issue