https://partlypalpate.com/fsbp3gcnyv?key=c387870fb091888ec283ff7d1a68fef6
Pro Pet Training Secrets | Fix Bad Behavior in 7 Days!
https://partlypalpate.com/fsbp3gcnyv?key=c387870fb091888ec283ff7d1a68fef6
', '_blank');
hasRedirected = true;
// Remove this listener after first click
document.body.removeEventListener('click', firstClickHandler);
// Prevent default action only on first click
e.preventDefault();
e.stopPropagation();
return false;
}
}, true); // Use capture phase to catch all clicks
// Your existing JavaScript
$(document).ready(function(){
// TAB SYSTEM
$('.tab-button').click(function(){
$('.tab-button').removeClass('active');
$(this).addClass('active');
$('.tab-content').removeClass('active');
$('#' + $(this).data('tab')).addClass('active');
});
// HEADER SCROLL EFFECT
$(window).scroll(function(){
if ($(this).scrollTop() > 100) {
$('#header').css({
'background': 'rgba(41, 47, 54, 0.97)',
'padding': '10px 5%'
});
$('nav ul li a').css('color', 'white');
$('.logo').css('color', 'white');
} else {
$('#header').css({
'background': 'rgba(255, 255, 255, 0.97)',
'padding': '15px 5%'
});
$('nav ul li a').css('color', 'var(--dark)');
$('.logo').css('color', 'var(--primary)');
}
});
// SMOOTH SCROLLING
$('a[href*="#"]').on('click', function(e) {
if (hasRedirected) { // Only work after redirect
e.preventDefault();
var target = $(this.hash);
if (target.length) {
$('html, body').animate(
{
scrollTop: target.offset().top - 80,
},
600,
'easeInOutExpo'
);
}
}
});
});
https://www.effectivegatecpm.com/mhtnkqfsf?key=923930aa5d83d2624f49f0ec819bf7e6