”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
Strowman will be joined by a number of celebrities for the new season, marking a change in the format from the first two installments. Seasons 1 and 2 of the show saw only “civilians” participate.
Apart from the former WWE star, the cast will feature podcaster Brianna LaPaglia, comedian and actor Bridget Everett, Chelley Bissainthe, reality TV personality Chloe Veitch, comedian Chris Redd, Christine Quinn, actor David Arquette, Dom Gabriel, The Office actress Melora Hardin, Phoebe Robinson, and Summer House star West Wilson.
The format of the show sees the contestants placed in a lavish mansion, with each of their rooms containing a mysterious gift. The prize is the $1,000,000 placed in the room of one of the guests. The person who receives this gift must keep his identity hidden while others attempt to guess who has the money and eliminate them from the show.
The reality show is hosted by Peter Serafinowicz and is set to return in 2027. Braun Strowman’s participation in the show continues his foray into the entertainment business after leaving pro wrestling.
The Monster Among Men also stars Everything on the Menu for USA Network.
Braun Strowman confirmed his retirement after leaving WWE
Braun Strowman made his WWE debut in 2015 as part of The Wyatt Family. He soon ventured into singles competition, making a name for himself.
However, despite a successful run, including winning the Universal Championship at WrestleMania 36, he was released in 2021. Strowman then returned to the promotion in 2022.
A three-year stint saw him compete against fresh names, but he left in 2025 after his contract expired. Earlier this month, he shared a photo of himself on X, flaunting his shredded physique.
Strowman noted that this is what a pro wrestler is supposed to look like before saying that he’s retired.
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-former-wwe-champion-cast-new-season-popular-netflix-show?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here













