Travelfarecompare

Blank Form (#3)
document.addEventListener('click', function(e){ const proxy = e.target.closest('.tfc-expedia-proxy-btn'); if (!proxy) return; const imageLink = document.querySelector( '.elementor-widget-theme-post-featured-image a' ); if (imageLink) { imageLink.click(); } });