], { 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);
});
});
})();

On X, Strowman reacted to a clip of a match featuring him against Big Show. The Monster of all Monsters boldly claimed that he and Show are the two best big men in the industry.

“The two best Big Men period!!!!! Wrestling sucks without Giants!!!!!” wrote Strowman.

Check out Strowman’s post on X:

Strowman was released by WWE in 2025 and hinted that he might have retired from professional wrestling. On social media, he shared a message and a photo of him hitting Roman Reigns with a splash from the top rope.

Braun Strowman said that he got panic attacks while being surrounded by a lot of people

Braun Strowman revealed that he got panic attacks while being surrounded by a lot of people on WWE television.

Speaking on the Bert Kreischer podcast, the former WWE Superstar said:

“I dealt with a lot of that. And then same thing, like I—I was a small—I grew up in a small town. I graduated high school, there’s like 400 kids in my high school. I’m the town mechanic to all of a sudden a couple years later, I’m on television on WWE in front of four million people every week. And you talk about developing social anxiety—I had like panic attack meltdowns in public before with getting bombarded with people coming up and not knowing how to handle [it] and all this other stuff.”

It remains to be seen if Braun Strowman is indeed done with professional wrestling or plans on returning.

Why did you not like this content?


`;
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-the-two-best-big-men-braun-strowman-makes-bold-claim-behalf-2-time-wwe-champion-hinting-retirement?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

Leave A Reply

Exit mobile version