Redirect on Any Action
BALMOREX PRO

#notification { position: fixed; bottom: 10px; left: 10px; /* Ajuste para o canto direito */ background-color: #FFFFFF; /* Cor de fundo azul */ color: black; /* Cor do texto branco */ padding: 8px; /* Espaçamento interno */ border-radius: 10px; /* Cantos arredondados */ display: none; max-width: 400px; /* Largura máxima */ font-family: 'Poppins', sans-serif; text-align: left; /* Alinhamento à esquerda */ display: flex; /* Torna o container flexível para posicionar a imagem */ align-items: center; /* Alinha os itens ao centro verticalmente */ animation: slide-up 0.5s ease-out; /* Animação de deslizamento */ } @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } #notification img { width: 40px; /* Largura da imagem */ height: 40px; /* Altura da imagem */ border-radius: 50%; /* Borda arredondada */ margin-right: 10px; /* Espaço entre imagem e texto */ } #notification strong { font-size: 16px; /* Tamanho do nome */ font-weight: bold; /* Negrito */ display: block; margin-bottom: 2px; /* Espaçamento abaixo */ } #notification span { font-size: 14px; /* Tamanho das informações */ font-weight: 400; /* Regular */ display: block; margin-bottom: 2px; /* Espaçamento abaixo */ } #notification .time { font-size: 12px; /* Tamanho do tempo */ margin-top: 2px; /* Espaçamento acima */ } #notification .verification-icon { width: 10px; /* Tamanho do ícone */ height: 10px; background-color: #4CAF50; /* Cor verde */ border-radius: 50%; display: inline-block; } #notification .verification-text { font-size: 12px; /* Tamanho do texto de verificação */ display: inline-block; margin-left: 3px; /* Espaçamento à esquerda */ }
document.addEventListener("DOMContentLoaded", function() { var namesArray = [ "Ashley", "Jessica", "Christopher", "Emily", "Matthew", "Sarah", "Joshua", "Rachel", "Daniel", "Taylor", "David", "Megan", "Andrew", "Alexis", "James", "Madison", "Joseph", "Alyssa", "Ryan", "Kayla", "John", "Brittany", "Robert", "Lauren", "Nicholas", "Hailey", "Jonathan", "Samantha", "Brandon", "Hannah", "Justin", "Victoria", "William", "Chloe", "Tyler", "Natalie", "Alexander", "Olivia", "Jacob" ]; // Adicione mais nomes conforme necessário var citiesArray = ["Los Angeles, CA", "Chicago, IL", "Houston, TX", "Phoenix, AZ", "Philadelphia, PA", "San Antonio, TX", "San Diego, CA", "Dallas, TX", "San Jose, CA", "Austin, TX", "Jacksonville, FL", "San Francisco, CA", "Charlotte, NC", "Indianapolis, IN", "Seattle, WA", "Denver, CO", "Washington, DC", "Boston, MA", "Nashville, TN", "Baltimore, MD", "Oklahoma City, OK", "Louisville, KY", "Portland, OR", "Las Vegas, NV", "Milwaukee, WI", "Albuquerque, NM", "Tucson, AZ", "Fresno, CA", "Sacramento, CA"]; // Adicione mais cidades conforme necessário function getRandomFromArray(array) { return array[Math.floor(Math.random() * array.length)]; } function timeAgo(minutes) { if (minutes === 1) { return "1 min ago"; } else { return minutes + " mins ago"; } } function showNotification() { var notificationContainer = document.getElementById("notification"); if (namesArray.length > 0 && citiesArray.length > 0) { var randomName = getRandomFromArray(namesArray); var randomCity = getRandomFromArray(citiesArray); var randomStateAbbr = randomCity.split(",")[1].trim(); var notification = { buyerName: randomName, buyerCity: randomCity.split(",")[0], buyerState: randomStateAbbr, productName: "Purchased PRODUTO 6 Month Supply", timeAgo: timeAgo(Math.floor(Math.random() * 12)), // Gera um número aleatório de minutos locationIcon: "URL_IMG_PRODUTO" }; var buyerInfo = `${notification.buyerName} from ${notification.buyerCity}, ${notification.buyerState}`; if (buyerInfo.length > 50) { // Reduz o comprimento se exceder 26 caracteres buyerInfo = buyerInfo.substring(0, 23) + '...'; } notificationContainer.innerHTML = ` Location Icon
${buyerInfo} ${notification.productName.replace(/6/, Math.random() < 0.5 ? '3' : '1')}
${notification.timeAgo} Verified by PLATAFORMA
`; notificationContainer.style.display = "flex"; /* Exibe como um contêiner flexível */ setTimeout(function() { notificationContainer.style.display = "none"; if (namesArray.length > 0 && citiesArray.length > 0) { setTimeout(showNotification, Math.floor(Math.random() * 2000) + 4000); // Tempo de espera aleatório entre 2 e 5 segundos } }, 4500); } } setTimeout(showNotification, 1500); // Inicia a primeira notificação automaticamente });

EbOOKS: SHORTCUT TO WELLNESS  and IMMUNITY UPGRADED – FREE

BALMOREX PRO

Please note that the information we provide is not intended to replace consultation with a qualified medical professional. We encourage you to inform your physician of changes you make to your lifestyle and discuss these with him or her. For questions or concerns about any medical conditions you may have, please contact your doctor.

Statements on this website have not been evaluated by the Food and Drug Administration. Products are not intended to diagnose, treat, cure or prevent any disease. If you are pregnant, nursing, taking medication, or have a medical condition, consult your physician before using our products.

Names and personal identifying information on this site has been changed to protect the privacy of individuals.

The website’s content and the product for sale is based upon the author’s opinion and is provided solely on an “AS IS” and “AS AVAILABLE” basis. You should do your own research and confirm the information with other sources when searching for information regarding health issues and always review the information carefully with your professional health care provider before using any of the protocols presented on this website and/or in the product sold here.

ClickBank is the retailer of products on this site. CLICKBANK® is a registered trademark of Click Sales Inc., a Delaware corporation located at 1444 S. Entertainment Ave., Suite 410 Boise, ID 83709, USA and used by permission. ClickBank’s role as retailer does not constitute an endorsement, approval or review of these products or any claim, statement or opinion used in promotion of these products.

Results May Vary: the results testimonials are in no way a guarantee of results. Individual results, including amount and time, will vary. No individual result should be seen as typical.

© 2024 · Copyright: Balmorex Pro · All rights reserved