1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

address incomplete fix for #2877 as per feedback: dec0b80a72 (commitcomment-26447318)

This commit is contained in:
Raymond Hill 2017-12-23 08:14:08 -05:00
parent 4f5f3652ed
commit 3f335ad432
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -198,7 +198,7 @@ var fromCosmeticFilter = function(details) {
case 8:
case 9:
if (
fargs[0] === 8 && fargs[3] !== selector ||
fargs[0] !== 9 && fargs[3] !== selector ||
fargs[0] === 9 && JSON.parse(fargs[3]).raw !== selector
) {
break;