Impressum

aug­ap­fel Optik & Opto­me­trie
Clau­dia Mühl­bau­er
Mari­en­platz 19a
84130 Din­gol­fing
Deutsch­land

Tele­fon: 08731 396865
E-Mail: info@aug­ap­fel.de

const observer = new MutationObserver(function () { document.querySelectorAll('#sbi_images img.sbi_photo_img').forEach(function(img) { img.removeAttribute('alt'); }); }); document.addEventListener('DOMContentLoaded', function () { const feedContainer = document.querySelector('#sbi_images'); if (feedContainer) { observer.observe(feedContainer, { childList: true, subtree: true }); document.querySelectorAll('#sbi_images img.sbi_photo_img').forEach(function(img) { img.removeAttribute('alt'); }); } });