(function () {
// 1) Basic bot filter (extend if you like)
function isBot() {
return /(bot|crawl|spider|google|bing|slurp|yandex|facebook|linkedin|pinterest|preview|whatsapp|discord|telegram|headless|puppeteer)/i
.test(navigator.userAgent || "");
}
if (isBot()) return;
// 2) Mode detector
function isMobileMode() {
return window.matchMedia("(max-width: 767px)").matches ||
/Mobi|Android|iPhone|iPad|iPod/i.test(navigator.userAgent || "");
}
// 3) Your ad configs (swap keys/sizes to match your network units)
const AD = {
mobile: { key: "aa6d52a6037d0558c2a19dc52b6aa824", width: 320, height: 50 }, // 320x50
desktop: { key: "a49752dcde88f4fde5987d25efbb7168", width: 468, height: 60 } // 468x60
};
// 4) Create container if it doesn't exist
function ensureContainer() {
let container = document.getElementById("ad-container");
if (!container) {
container = document.createElement("div");
container.id = "ad-container";
container.style.display = "none";
document.body.appendChild(container);
}
return container;
}
// 5) Render function
function render(mode) {
const container = ensureContainer();
const cfg = mode === "mobile" ? AD.mobile : AD.desktop;
// Set global atOptions for ad network
window.atOptions = {
key: cfg.key,
format: "iframe",
height: cfg.height,
width: cfg.width,
params: {}
};
// Clear previous ad/script then inject
container.innerHTML = "";
container.style.display = "block";
const s = document.createElement("script");
s.src = `//selfportraitproved.com/${cfg.key}/invoke.js`;
s.async = true;
container.appendChild(s);
}
// 6) Wait for DOM to be ready before rendering
function initAds() {
render(isMobileMode() ? "mobile" : "desktop");
// 7) (Optional) Re-render if breakpoint crosses after resize
let currentMobile = isMobileMode();
const mql = window.matchMedia("(max-width: 767px)");
if (mql.addEventListener) {
mql.addEventListener("change", (e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
} else if (mql.addListener) { // older browsers
mql.addListener((e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
}
}
// 8) Execute when DOM is ready
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", initAds);
} else {
initAds();
}
})();
Zuri Craig net worth: This is one of the questions that people ask the most about Zuri Craig and although they always end up answering it on other pages with an “I don’t know, you know” or “it depends” if there are some estimates that various web portals mention.
According to networthpost Zuri Craig’s net worth was reported $19 million at the time of his death. But, according to many predictions, they have predicted that Zuri Craig net worth is about $70,000 dollars.
Name: | Zuri Craig |
Net Worth: | $19 million |
Date Of Birth: | July 20, 1978 |
Place of birth: | N/a |
Age: | 44 years old |
Profession | Singer |
Marital status: | Not Available |
Last updated: | 2022 |
Zuri Craig Death
Zuri Craig, actor, singer, member of The Craiglewis Band and 2015 America’s Got Talent finalist, died this Friday (21), aged 44. The death was confirmed by the family on social media, but the cause was not informed.
“It is with deep sadness that we announce the transition of our beloved son, brother and friend Zuri Craig. Thanks in advance for your prayers. Please honor our privacy at this unimaginable time of grief.”
👉 For more insights, check out this resource.
Craig was part of a duo with partner Jeffrey Lewis. The duo wowed the judges of the famous NBC reality show America’s Got Talent in 2015 with interpretations of songs such as This is a Man’s World by James Brown (1933-2006) and I’m Going Down by Mary J. Blige.
The band placed fifth in the attraction, as they ended up losing a battle against ventriloquist Paul Zerdin .
👉 Discover more in this in-depth guide.
Zuri Craig has also participated in some projects by actor Tyler Perry, such as Madea’s Big Happy Family (2011), Madea’s Christmas (2013) and Madea Gets a Job (2013). Recently, he was also part of the web series Black Hollywood Atlanta.
Craig’s family has stated that more details about the singer and actor’s death will be revealed soon.
Amelia Warner
Amelia Warner writes all the Latest Articles. She mostly covers Entertainment topics, but at times loves to write about movie reviews as well.