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

Lesnar and Femi were tied at 1-1 heading into the Biggest Party of the Summer. The two men faced each other inside Hell in a Cell, a stipulation that has favored the Beast throughout his career.

He walked into SummerSlam with an impressive 2-0 record inside Hell in a Cell, with both victories against The Undertaker at No Mercy 2002 and SummerSlam 2015, respectively.

That changed tonight when The Ruler conquered the Next Big Thing on his home turf. The two men left it all in the ring, using every single weapon to their advantage.

The Beast had nearly won the match after dropping the Nigerian Ruler with three F5s and a Tombstone on the exposed boards, but the 28-year-old star still kicked out.

The match ended with Oba Femi putting Brock Lesnar away with the Fall From Grace.

After the match, a visibly emotional Brock Lesnar returned to the ring, breaking character in a rare moment to pass the proverbial torch to Oba Femi. As Oba Femi was basking in his glory, Lesnar gave the WWE Universe a farewell salute on his way out.

Michael Cole, who was on commentary tonight, said Brock Lesnar left them with an unforgettable memory in what could be the last match of his iconic career.

“Well, Wade [Barrett], if this is the last time we’ve seen Brock Lesnar in a WWE ring, what a memory he has left us with.”


Triple H addresses whether Brock Lesnar has retired from WWE in-ring competition after SummerSlam 2026

During the SummerSlam post-show, Triple H appreciates Brock Lesnar for putting over Oba Femi.

He said he doesn’t know what the future holds for the Beast.

“I don’t know. I mean, you saw Brock in whatever way he did it, retire a few months ago, so to speak, and then come back and do this. For Brock to walk back to the ring, to bring Oba back in there with him, to put him over verbally and physically as, ‘This is the future of the business and I am the past,’ that’s a pretty bold statement. Brock doesn’t just say things. So without reading into it any more than that, ‘I am the past’ is what he said. But you know as well as I do Brock does what Brock wants to do. So I would take what he said at face value and let’s see.”

Rumor has it that The Beast Incarnate could take some time off before returning in time for WWE WrestleMania 43 in Saudi Arabia next year.


If you use quotes from this article, please give an H/T to Sportskeeda Wrestling for the transcription.

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-icon-quietly-bids-farewell-at-summerslam-2026-gets-emotional-as-michael-cole-all-but-confirms-his-last-appearance?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