mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-23 19:03:02 +01:00
Minor code review
This commit is contained in:
parent
952b5e1522
commit
78a778922d
@ -1153,7 +1153,9 @@ vAPI.DOMFilterer = class {
|
||||
idFromNode(document.body, hashes);
|
||||
classesFromNode(document.body, hashes);
|
||||
}
|
||||
getSurveyResults(hashes, true);
|
||||
if ( hashes.length !== 0 ) {
|
||||
getSurveyResults(hashes, true);
|
||||
}
|
||||
addPendingList(document.querySelectorAll(
|
||||
'[id]:not(html):not(body),[class]:not(html):not(body)'
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user