”
], { 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);
});
});
})();
Speaking on RAW Recap, the current Undisputed WWE Champion claimed he was relieved that he doesn’t have to face Oba Femi at SummerSlam, as The Ruler is occupied with Brock Lesnar. Zayn is focused on enjoying his time at the top rather than worrying over potential challengers for whom he shall be ready when the time comes.
“I don’t care who the challenger is. I don’t care if it’s Brock [Lesnar]. I don’t care if it’s Roman [Reigns]. I don’t care if it’s Oba. I’ve been in the ring with monsters. I’m not saying it would be a cakewalk, but, I’m not going to back down either… He [Oba Femi] is very imposing. There is no doubt, but I don’t care who it is. That’s the thing about being WWE Champion. Was I a little relieved? I mean, yeah, sure. But, whoever, that’s gotta be part of it. That’s part of the game. That’s what you want. It’s nice to see Oba going off with Brock. That’s nice,” Zayn said.
Why did Oba Femi pick Brock Lesnar over a title match at WWE SummerSlam 2026?
Earlier this year, Oba Femi defeated Brock Lesnar clean in the middle of the ring at WrestleMania 42. The loss didn’t sit well with The Beast Incarnate as he returned to the product and attacked The Ruler. During their second match in Italy, Lesnar used underhanded tactics and scored a win over Femi.
After Oba Femi won the King of the Ring tournament, Brock Lesnar returned on Monday Night RAW and accepted Femi’s challenge to a third match. However, Lesnar won’t do it unless it’s a Hell in a Cell match. Later, the rising star agreed to The Beast Incarnate’s demands as the title match won’t go anywhere, but Lesnar might after the event.
If you use quotes from the article, please credit WWE and provide an H/T to Sportskeeda Wrestling 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-it-s-nice-see-oba-going-brock-wwe-champion-gets-100-real?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



