mirror of https://github.com/gorhill/uBlock.git
fix #1770
This commit is contained in:
parent
7f9c01d38f
commit
9d8499b4b1
|
@ -1053,7 +1053,7 @@ vAPI.executionCost.start();
|
|||
j = selectors.length;
|
||||
while ( j-- ) {
|
||||
selector = selectors[j];
|
||||
if ( href.lastIndexOf(selector, 8) === 8 ) {
|
||||
if ( href.lastIndexOf(selector.slice(8, -2), 0) === 0 ) {
|
||||
domFilterer.addSelector(selector);
|
||||
domFilterer.hideNode(node);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue