”
], { 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);
});
});
})();
Cory Hays also noted that initial plans had Femi on Monday Night RAW after the call-up.
While it has been confirmed that Oba Femi will be on the flagship show, it hasn’t been stated whether this is a one-off appearance or a permanent move to RAW. Last week, The Ruler also appeared on the SmackDown brand to answer an open challenge.
Oba Femi wins his main roster debut match
Last week’s episode of SmackDown saw Kit Wilson say that the Royal Rumble was a disgusting product of toxic masculinity. He said that since he wasn’t toxic, WWE didn’t put him in the 30-man contest. However, Wilson noted that this meant he was better than all the men who fought in the match to decide who was their alpha.
The English wrestler confidently issued an open challenge, stating that he could beat any Rumble participant. The call was answered by Oba Femi, who made quick work of the Pretty Deadly member.
Wilson was still speaking, calling himself a feminist, when The Ruler drew first blood. He then knocked the wind out of Wilson with his arsenal and pinned him with a Power Bomb in just 48 seconds.
Femi was the first entrant in the 2026 Royal Rumble and eliminated five other wrestlers before Brock Lesnar took him out. Femi also lasted over 39 minutes in the match, the second-highest total after Je’Von Evans, who was in the ring for over 40 minutes. It would be interesting to see whether Femi’s RAW appearance cements him on the red brand.
`;
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-backstage-update-oba-femi-s-main-roster-status-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













