”
], { 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);
});
});
})();
After being released from his contract in 2021, the powerhouse returned for a second run in 2022. He put over up-and-coming stars, including Jacob Fatu, Bronson Reed, and Gunther, during the tenure. Strowman departed the promotion after his contract expired in May 2025. Following his exit, Strowman appeared on a show called Everything on the Menu by WWE Studios.
Braun Strowman recently took a break from social media. Hence, many fans were concerned about his well-being. Earlier today, on Instagram, the former Universal Champion revealed that he was on a set shooting a show. The Monster Among Men also disclosed that he wasn’t allowed to have his phone on set of the program.
“Sorry I’ve been absent on here. I’ve had people reaching out to see if I’m ok. I’m great, I’m on set filming a show and I’m not allowed to have my phone. I got some phone time today so wanted to let everyone know I’m great, I’m just at work. Love y’all,” Strowman wrote.
You can view a screenshot of Strowman’s Instagram Story below.
Braun Strowman announced his retirement from pro wrestling
Braun Strowman has had a highly successful career in pro wrestling. After the conclusion of his second WWE run, the company reportedly considered bringing him back in a part-time capacity. However, the idea never materialized.
On September 5, Strowman shared a photo flexing his physique on X. In the post’s caption, The Monster Among Men wrote that he was retired from pro wrestling and was focused on hosting TV shows.
“Gracing y’alls eyes. This is what a pro wrestler is supposed to look like and I’m retired lol. Now I’m the most jacked TV show host in history. You’re welcome lol,” Strowman wrote.
Fans must stay tuned to see if Strowman makes non-wrestling appearances for WWE in the coming years.
`;
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-ex-wwe-star-braun-strowman-provides-update-going-awol?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













