von oechslerm | Mai 6, 2025 | Allgemein
<script> let easySpeechEl = document.createElement("easy-speech") easySpeechEl.setAttribute("display", "flex"); easySpeechEl.setAttribute("position", "fixed"); easySpeechEl.setAttribute("top", "15%"); easySpeechEl.setAttribute("right","5px"); document.body.appendChild(easySpeechEl); </script>