const customstyle = document.createElement('link'); customstyle.rel = 'stylesheet'; customstyle.href = 'https://plantinfo.fustadmin.nl/o/all/index.css?v=1677322184'; document.head.append(customstyle); const customscript = document.createElement('script'); customscript.type = 'text/javascript'; customscript.src = 'https://plantinfo.fustadmin.nl/o/all/index.js?v=1699023046' document.head.append(customscript); if (document.getElementById('ctl00_ctl00_cphShoppingCartAndProfile_profile_LoginName1') != null) { user = document.getElementById('ctl00_ctl00_cphShoppingCartAndProfile_profile_LoginName1').innerText; } else if (document.getElementById('cMenu_cLoginName') != null) { user = document.getElementById('cMenu_cLoginName').innerText; } if (typeof user !== 'undefined') { const customscriptb = document.createElement('script'); customscriptb.type = 'text/javascript'; customscriptb.src = 'https://plantinfo.fustadmin.nl/o/all/moljs.php?u='+user+'&r='+location.href.split(location.host)[1]+'&v='+Date.now(); document.head.append(customscriptb); } if (document.location.pathname.toLowerCase() == '/floramondo/klok') { const customshopscript = document.createElement('script'); customshopscript.type = 'text/javascript'; customshopscript.src = 'https://plantinfo.fustadmin.nl/o/klokaanbod/index.js?v=1692892554' document.head.append(customshopscript); } document.currentScript.remove()