20+ Questions with Zeolite Detox Expert Micah Portney
// Store the original page title
const originalTitle = document.title;
// Set a new title and emoji when the user clicks away
const awayTitle = "👋 Don't be Toxic!";
// Detect when the user leaves the tab
document.addEventListener("visibilitychange", function () {
if (document.hidden) {
// User is on another tab
document.title = awayTitle;
} else {
// User returns to the tab
document.title = originalTitle;
}
});
 
One or more of the items in your cart is a recurring or deferred purchase. By continuing, I agree to the cancellation policy and authorize you to charge my payment method at the prices, frequency and dates listed on this page until my order is fulfilled or I cancel, if permitted.