”
], { 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 Hall of Famer Stephanie McMahon interviewed Oba Femi on Saturday Night’s Main Event NYC Countdown. During the segment, Stephanie asked The Ruler about his upcoming showdown against Lesnar.
“Some people will even go as far as to say you are only as good as your last game. And my last outing against Brock didn’t go in my favor. But when it comes to the mental game, I’m miles ahead of him,” Femi said.
Oba Femi fired shots at The Beast Incarnate for allegedly faking his retirement from in-ring competition at WrestleMania 42. He also sent a chilling warning to the veteran before they square off inside Hell in a Cell at SummerSlam.
“He’s the one who lost at WrestleMania. He’s the one who fake retired. He’s the one who walked away. He’s the one who’s been hiding. He’s the one who’s been running. He’s the one who is doing the fake police. Him, not me. Brock is going to understand one thing. The tides are changing. They’re changing so fast that you don’t even realize. Brock, I need you to understand. Come SummerSlam, I’m not locked in there with you. You’re locked in there with me.”
The 2026 King of the Ring winner claimed that Lesnar will not be able to hide from him when they meet inside the unforgiving steel structure. Oba Femi seemed confident about his chances against The Beast Incarnate at SummerSlam.
If you use quotes from here, please credit WWE and give an H/T to Sportskeeda for the transcription.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-brock-i-need-understand-oba-femi-sends-huge-warning-brock-lesnar-ahead-wwe-summerslam?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



