1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00
This commit is contained in:
gorhill 2016-07-03 00:13:17 -04:00
parent 682e0c8916
commit 9d5b03ce66

View File

@ -1557,7 +1557,7 @@ FilterContainer.prototype.retrieveDomainSelectors = function(request) {
entity: pos === -1 ? domain : domain.slice(0, pos - domain.length),
skipCosmeticFiltering: this.acceptedCount === 0,
cosmeticHide: [],
cosmeticDonthide: this.genericDonthide,
cosmeticDonthide: this.genericDonthide.slice(),
netHide: [],
netCollapse: µb.userSettings.collapseBlocked,
scripts: this.retrieveScriptTags(domain, hostname)