Open Job Positions

Reset
<script> window.addEventListener('DOMContentLoaded', function () { const matchInURL = window.location.href.includes('customer-happiness-specialist-wordpress-full-remote'); let matchInTitle = false; const titleLabel = Array.from(document.querySelectorAll('.job-overview__list-item-label')).find(el => el.textContent.trim() === 'Job Title' ); if (titleLabel) { const jobTitle = titleLabel.nextElementSibling?.textContent?.trim(); matchInTitle = jobTitle === 'Customer Happiness Specialist (WordPress)- Full Remote'; } if (matchInURL || matchInTitle) { document.querySelectorAll('.job-overview__list-item-label').forEach(label => { if (label.textContent.trim() === 'Location') { const valueElement = label.nextElementSibling; if (valueElement && valueElement.textContent.trim() === 'Anywhere') { valueElement.textContent = 'Philippines'; } } }); } }); </script>