Download the Hirist appDiscover roles tailored just for you
Download App
document.addEventListener('DOMContentLoaded', function() {
var params = new URLSearchParams(window.location.search);
var cta = document.getElementById('hiristAppPromo');
var closeBtn = document.getElementById('closeHiristAppPromo');
if (!cta) return;
// Helper to force-hide CTA, overriding CSS !important
function hideCta() {
cta.classList.add('hirist-cta-force-hide');
}
// 1) Fallback: if opened from app, hide CTA and stop
if (params.get('app') === 'hirist') {
hideCta();
return;
}
// 2) Normal web traffic: close button should hide CTA
if (closeBtn) {
closeBtn.addEventListener('click', function(e) {
e.preventDefault();
hideCta();
});
}
});
hirist.tech
App
Read better and apply to tech jobs on the Hirist app
Continue this article in the Hirist app to get personalised tech job recommendations.