HEX
Server: Apache
System: Linux webm013.cluster123.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: lesanew (165608)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/l/e/s/lesanew/www/wp-content/themes/neobeat-child/perso.js
setTimeout(() => {
    const allData = document.querySelectorAll('.elementor-widget-wrap rs-sbg');
    console.log(allData)
    allData.forEach((data) => {
        const imgUrl = data.getAttribute('data-lazyload')
        const fullUrl = window.location.protocol + imgUrl;

        console.log(fullUrl)

        const slide = data.parentNode;
        const imgDom = new Image();
        imgDom.src = fullUrl;

        slide.innerHTML = imgDom.outerHTML;

    })

}, 1000); // Délai pour s'assurer que le contenu initial est prêt