GQ
GQ copied to clipboard
Possible nth-child selector parsing bug
Got bug report here:
https://github.com/TechnikEmpire/HttpFilteringEngine/issues/77
Google translate tells me roughly:
For example, this rule : 2muslim.com ### frameD3x9G6_center>: nth-child (2n)
GQ project inside HttpFilteringEngine\deps\qq\src\Parser.cpp 892 line rhs = std :: stoi (rhss);
This time rhss value is an empty string
So it looks like a failure to parse the nth child value. Needs to be confirmed.
:nth-child(n+3)
can only select 1st one in children.
Thanks for the report, I'll check this out when I can.