<script> (function() { var btn = document.createElement('div'); btn.id = 'tfe-pilot-btn'; btn.innerHTML = '\u2728 Try Auto-Listing Creator'; btn.style.cssText = [ 'position:fixed', 'bottom:24px', 'right:24px', 'background:linear-gradient(135deg,#2E75B6,#1B3A5C)', 'color:white', 'padding:14px 24px', 'border-radius:28px', 'cursor:pointer', 'z-index:99999', 'font-family:Arial,sans-serif', 'font-size:14px', 'font-weight:600', 'box-shadow:0 4px 15px rgba(0,0,0,0.25)', 'transition:transform 0.2s,box-shadow 0.2s' ].join(';'); btn.onmouseover = function() { this.style.transform = 'scale(1.05)'; this.style.boxShadow = '0 6px 20px rgba(0,0,0,0.3)'; }; btn.onmouseout = function() { this.style.transform = 'scale(1)'; this.style.boxShadow = '0 4px 15px rgba(0,0,0,0.25)'; }; btn.onclick = function() { window.open( 'https://ai.thefourtheffect.com/onboarding', '_blank' ); }; if (document.body) { document.body.appendChild(btn); } else { document.addEventListener('DOMContentLoaded', function() { document.body.appendChild(btn); }); } })(); </script>
Loading...