Shopping Basket
document.addEventListener('DOMContentLoaded', function() { document.querySelectorAll('h1, h2, h3, h4, h5, h6, p, li').forEach(function(el) { el.innerHTML = el.innerHTML.replace( /(\s|^)([aiouwzAIOUWZ])\s/g, '$1$2 ' ); }); });