1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00
This commit is contained in:
gorhill 2017-05-17 17:40:55 -04:00
parent 0464075dfc
commit 5f63398af8
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1339,8 +1339,7 @@ FilterContainer.prototype.skipGenericCompiledContent = function(lineIter) {
continue;
}
fieldIter.first(line);
field0 = fieldIter.next();
field0 = fieldIter.first(line);
field1 = fieldIter.next();
// h [\v] hash [\v] example.com [\v] .promoted-tweet
@ -1406,8 +1405,7 @@ FilterContainer.prototype.skipCompiledContent = function(lineIter) {
continue;
}
fieldIter.first(line);
field0 = fieldIter.next();
field0 = fieldIter.first(line);
// js [\v] hash [\v] example.com [\v] script:contains(...)
// js [\v] hash [\v] example.com [\v] script:inject(...)