mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
code review last commit: oops
This commit is contained in:
parent
44ce44aa42
commit
d60edbfae1
1 changed files with 2 additions and 2 deletions
|
@ -2190,8 +2190,8 @@ FilterContainer.prototype.retrieveDomainSelectors = function(
|
|||
// cosmetic filters now.
|
||||
if (
|
||||
this.supportsUserStylesheets &&
|
||||
sender instanceof Object ||
|
||||
sender.tab instanceof Object ||
|
||||
sender instanceof Object &&
|
||||
sender.tab instanceof Object &&
|
||||
typeof sender.frameId === 'number'
|
||||
) {
|
||||
var injectedHideFilters = [];
|
||||
|
|
Loading…
Reference in a new issue