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

The following week, they nearly came to blows during the Vision’s post-match attack on Akira Tozawa.

During the August 17 episode of Monday Night RAW, Bron Breakker and Oba Femi came under one roof, but this time moderated by none other than the WWE Hall of Famer, Paul Heyman.

The Oracle not only helped avoid an all-out brawl but also set up a WrestleMania-caliber match for Sunday Night’s Main Event. The two behemoths will face each other in a battle for the future.

Fans have since been wondering who will walk out of Atlanta with their head held high. The Nigerian Ruler has been riding a wave of success in 2026, having not only defeated Brock Lesnar twice, but also retired him in his home state.

The Dog, on the other hand, has been stuck in the midcard division, holding the World Tag Team Championship alongside Austin Theory of the Vision.

He has also seemingly lost the managerial services of Paul Heyman due to his recent shortcomings. The difference between the two men’s bookings is day and night. Many would expect Oba Femi to walk out victorious, but that doesn’t seem to be the case anymore.

According to Dave Meltzer of Wrestling Observer, WWE could book a non-finish to protect both men from taking a pinfall loss.


Paul Heyman breaks silence on Brock Lesnar’s WWE retirement

Speaking on The Six Feet Under with The Undertaker, Paul Heyman was asked whether it has sunk in yet that his client has walked away from the business for good.

The Oracle said he’s coming to terms with the situation. He explained how he knew The Beast Incarnate’s retirement was for real this time.

“I’m accepting of the reality of the situation… Brock has always been a realist about himself. It’s time. To him, I would hear this every year from him, ‘This is my last contract. This is it.’ He meant it when he said it. As we got closer, he would then change his mind, or it didn’t take a lot to talk him into it, but I knew that this was it because he knew this was it. He wasn’t just saying it because he felt it in the moment. This decision was fait accompli.”

With Brock Lesnar gone now, Paul Heyman appears to be looking for his next client. He has teased aligning himself with Oba Femi, at least in the eyes of some fans.

Is The Oracle going to betray Bron Breakker at WWE Sunday Night’s Main Event? Only time will tell.

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/rumor-breaking-result-of-oba-femi-vs-bron-breakker-at-wwe-sunday-night-s-main-event-2026-reports?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