”
], { 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);
});
});
})();
Former WWE Employee Tommy Carlucci has a theory to explain Lesnar’s return. While speaking on The Last Word podcast, Carlucci theorized that Saudi Arabia probably wants Lesnar, so WWE had to bring him back. Ideally, Femi and Lesnar will battle at Clash in Italy and then have another match in Saudi Arabia.
“I think it almost has to happen where Brock wins here in Italy, then it leads to probably Saudi Arabia, if they’re still gonna have that show there…so, if they still have the show in Saudi, I’m sure the Saudis, they want Brock Lesnar there. And that could be another big reason why they brought him back tonight,” said Tommy Carlucci (2:20 onwards)
Other speculation claimed that Lesnar could truly retire at SummerSlam, which is scheduled for his hometown of Minneapolis, Minnesota.
Brock Lesnar was called out after his return on WWE RAW
Fans cheered when The Beast took down Oba Femi. The WWE Universe has almost always put The Beast on a pedestal.
However, former WCW on-screen personality, Missy Hyatt, took to X (fka Twitter) to call out Brock Lesnar by taking shots at the ongoing allegations against him.
“I just heard Brock Lesnar is back. Did they find a woman to woo him back with urination videos? Did a big wig procure him a woman as a negotiation perk? Or did he just want to get out of the house, since those previous allegations are never fun to discuss with your wife if you are home 24/7?” she wrote.
Clash in Italy is set for May 31, 2026. WWE has yet to confirm if Lesnar will be a part of the show.
`;
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-likely-reason-brock-lesnar-returned-explained-ex-wwe-employee?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













