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

WWE even aired a video package for the next few weeks to make everyone believe that he had really hung up his wrestling boots.

Not only that, his profile was moved to the alumni section on the website, which only happens when a star has either left the company or called it quits.

He was still listed as an active performer internally, but it wasn’t until last night that fans realized that rumors of his retirement were greatly exaggerated.

A vindictive Brock Lesnar attacked Oba Femi while he was posing moments before his open challenge. The Beast took out the Ruler with four F5s, also ripping his pants off, yet again.

Shortly after, an irate Adam Pearce was handed a contract by Paul Heyman, which had Brock Lesnar’s signature for a rematch with Oba Femi at Clash in Italy. The RAW General Manager was instructed to get the Nigerian star’s signature to make things official.

In the wake of this announcement, WWE has moved Lesnar back to the active roster page.

You can check out the screenshot below:


Brock Lesnar gets called out following his WWE return

Former WCW wrestler Missy Hyatt took to her X/Twitter handle to take a dig at Brock Lesnar’s return, referencing the allegations made against him in the Janel Grant suit.

“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?”

The Beast Incarnate has become a polarizing figure since being named in the ongoing federal lawsuit filed by Janel Grant against Vince McMahon and WWE.

His legal troubles haven’t affected Lesnar’s status with the Stamford-based promotion. He has been heavily featured since coming back last week.

After what went down last night, it became a foregone conclusion that he isn’t done, not by a long shot.

WWE has yet to confirm his rematch against Oba Femi at Clash in Italy on May 31, 2026. Fans must tune in next week to find out how the next chapter of their rivalry unfolds.

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-breaking-wwe-makes-a-sudden-change-to-brock-lesnar-s-status?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