1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00
gorhill 2017-10-24 09:09:10 -04:00
parent c7fa91ffb6
commit ed5dba432a
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "uBlock Origin",
"version": "1.14.17.3",
"version": "1.14.17.4",
"commands": {
"launch-element-zapper": {

View File

@ -2051,8 +2051,8 @@ FilterContainer.prototype.retrieveDomainSelectors = function(
exceptionFilters: [],
hideNodeAttr: this.randomAlphaToken(),
hideNodeStyleSheetInjected: false,
highGenericSimple: '',
highGenericComplex: '',
highGenericHideSimple: '',
highGenericHideComplex: '',
injectedHideFilters: '',
networkFilters: '',
noDOMSurveying: this.hasGenericHide === false,