1window.addEventListener("load", function () {
2
3    let mySVGsToInject = document.querySelectorAll('img.svg-injection-cs');
4    SVGInjector(mySVGsToInject);
5
6});
7