mirror of https://github.com/gorhill/uBlock.git
This commit is contained in:
parent
c7fa91ffb6
commit
ed5dba432a
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
||||||
"name": "uBlock Origin",
|
"name": "uBlock Origin",
|
||||||
"version": "1.14.17.3",
|
"version": "1.14.17.4",
|
||||||
|
|
||||||
"commands": {
|
"commands": {
|
||||||
"launch-element-zapper": {
|
"launch-element-zapper": {
|
||||||
|
|
|
@ -2051,8 +2051,8 @@ FilterContainer.prototype.retrieveDomainSelectors = function(
|
||||||
exceptionFilters: [],
|
exceptionFilters: [],
|
||||||
hideNodeAttr: this.randomAlphaToken(),
|
hideNodeAttr: this.randomAlphaToken(),
|
||||||
hideNodeStyleSheetInjected: false,
|
hideNodeStyleSheetInjected: false,
|
||||||
highGenericSimple: '',
|
highGenericHideSimple: '',
|
||||||
highGenericComplex: '',
|
highGenericHideComplex: '',
|
||||||
injectedHideFilters: '',
|
injectedHideFilters: '',
|
||||||
networkFilters: '',
|
networkFilters: '',
|
||||||
noDOMSurveying: this.hasGenericHide === false,
|
noDOMSurveying: this.hasGenericHide === false,
|
||||||
|
|
Loading…
Reference in New Issue