Since some weeks I guess, YouTube changed the tracking parameter "si" to now "is". This leads to rules not working anymore.
YouTube rules "rules":["feature","gclid","kw","si","pp"] are missing the parameter "is".
...
"youtube":{"urlPattern":"^https?:\\/\\/(?:[a-z0-9-]+\\.)*?(youtube\\.com|youtu\\.be)","rules":["feature","gclid","kw","si","pp"],"exceptions":[...
Could you fix this?