”
], { 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);
});
});
})();
“Watch your back, Brock Lesnar… @oba_of_wwe is here for tonight’s Raw 👀”
Oba Femi relinquished the NXT Championship following his victory over Leon Slater at New Year’s Evil 2026. He has since been called up to the main roster and has been dominant so far. Femi confronted Lesnar two weeks ago on RAW and planted him with a Powerbomb.
Lesnar attempted to get revenge last week on the red brand, but it backfired, and Femi Clotheslined the former champion out of the ring. Lesnar hasn’t competed since the Men’s Royal Rumble match earlier this year in Saudi Arabia. Roman Reigns won the Men’s Royal Rumble match and selected World Heavyweight Champion CM Punk as his WrestleMania opponent. Lesnar, Punk, and Reigns are all scheduled to appear on tonight’s episode of RAW.
Former WWE star picks Oba Femi to defeat Brock Lesnar
Matt Hardy believes Oba Femi will defeat Brock Lesnar at WrestleMania 42 next month.
Speaking on The Extreme Life of Matt Hardy podcast, the legend predicted that Femi would get the better of Lesnar at the biggest show of the year. He suggested it would be a career-defining moment for the former NXT Champion.
“I think too this is going to be like a career-defining moment for Oba. I mean, you know, they do this and he beats Brock and you know, it’s a career-defining moment. No doubt about it,” said Matt Hardy.
It will be fascinating to see what the company has planned for the rivalry between Lesnar and Femi on the road to WrestleMania.
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-lesnar-receives-warning-ahead-wwe-raw?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


