document.addEventListener('DOMContentLoaded',function(){document.getElementById('copyAndRedirectButton').addEventListener('click',function(){var text=document.getElementById('foo').textContent;var elem=document.createElement('textarea');document.body.appendChild(elem);elem.value=text;elem.select();document.execCommand('copy');document.body.removeChild(elem);window.location.href='https://showcase.scriptation.com/entry-form/?wpf13079_97=SAVE5NOW'})})