â
], { 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);
});
});
})();
âNgl that was an impressive imitation đâ
Oba Femi had an epic rivalry with Brock Lesnar that culminated at SummerSlam 2026. Femi squashed Lesnar at WrestleMania 42, but The Beast Incarnate got his revenge at Clash in Italy. Lesnar lost to Femi in a Hell in a Cell match at SummerSlam and then announced his retirement on The Pat McAfee Show later in the week.
Bron Breakker is currently a member of The Vision and is one half of the World Tag Team Champions alongside Austin Theory. Paul Heyman used to be a member of The Vision but seemingly departed the faction once Maxxine Dupri joined.
Oba Femi responds to Undisputed WWE Champion
Oba Femi sent a message to CM Punk after he called him out during the SummerSlam Post-Show.
Punk made it known that he wanted Femi to come after his title, and Femi later responded. The former NXT Champion noted that Punk was gifted on the microphone, but his pipe bombs would not work on him. Punk is scheduled to defend the Undisputed WWE Championship against Kevin Owens this Friday night on SmackDown.
âYou want to drop pipebombs and all that stuff, but understand one thing. Your bombs donât work when it comes to Oba Femi. You are gifted on this mic and so am I,â said Femi.
Femi defeated Jey Uso in the finals of the King of the Ring tournament to earn a title shot at WWE SummerSlam 2026. However, the Nigerian star turned it down to have one last match against Brock Lesnar at the PLE earlier this month.
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-wwe-impressed-oba-femi-s-recent-raw-promo?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


