The version 1.0.4 of the script broke the shadow DOM support for the comments of France Info articles
It seems that getting these 3 deleted lines back makes the script work well, they were lines 34 to 36 in the version 1.0.3 of the script:
!ass.includes(this) && ass.push(this);
clearTimeout(at);
at = setTimeout(applyStylus, updDelay);
The version 1.0.4 of the script broke the shadow DOM support for the comments of France Info articles It seems that getting these 3 deleted lines back makes the script work well, they were lines 34 to 36 in the version 1.0.3 of the script:
!ass.includes(this) && ass.push(this); clearTimeout(at); at = setTimeout(applyStylus, updDelay);