”
], { 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);
});
});
})();
Femi launched Pearce into the barricade outside the ring, and the RAW GM took to social media today to suggest that a fine was in order. He also nicknamed the Nigerian star “Oba Finemi” in his post.
“Oba FINEmi,” wrote Pearce.
Triple H also showed up during the confrontation between Femi and Lesnar to separate both stars last night on RAW.
Adam Pearce comments on potentially returning to the ring in WWE
RAW GM Adam Pearce responded to a fan who wanted to see the promotion highlight his past in professional wrestling more.
Pearce took to his Instagram story earlier this month to address the possibility of an in-ring return. The veteran noted that he appreciated the fans who wanted to see him return to the ring, but added that he would not be upset if it never happened. Pearce stated that the promotion had done so much for his family, and he would forever be grateful.
“If I never wrestle again, in WWE or elsewhere, tears will not be shed by me. I understand there are people out there that would like to see me wrestle again. I appreciate it very much. But either way, my appreciation and gratitude to WWE for what it does for millions of people, and for what it has done for me and my family specifically, will never be diminished,” he wrote.
Oba Femi relinquished the NXT Championship following his victory over Leon Slater at New Year’s Evil 2026. The 27-year-old has been impressive on the main roster so far, and only time will tell if he can conquer Brock Lesnar at WrestleMania 42.
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-adam-pearce-teases-major-punishment-popular-wwe-star-following-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


