], { 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);
});
});
})();

Heyman then challenged The Ruler to come out and face his client. Instead, RAW general manager Adam Pearce came out with security to tell them it won’t happen tonight. However, Oba appeared on the stage and made his way to the ring.

As the security tried to stop the Nigerian star from entering the ring, he laid them out, slamming and kicking his way clear. He even shoved Adam Pearce into the barricade before entering the ring.

Now, former WWE star Donovan Dijak, who competed for the Stamford-based promotion from 2017 to 2024 has reacted to Oba slamming the security personnel on RAW. In a post on X, he asked for Oba to stop annihilating his students.

“Please stop murdering my students @Obaofwwe,” he wrote.

It’s likely that some of the security personnel deployed are pro wrestlers, who have been trained by Dijak. The former NXT star opened an online wrestling academy last year called the Dijak Wrestling Company.

Notably, Dijak and Oba Femi have shared the ring in WWE, with the two stars competing in a Triple Threat match also involving Josh Briggs at NXT Stand & Deliver.


Oba Femi has dominated Brock Lesnar in their recent clashes

On the March 16 episode of RAW, Oba Femi stunned the wrestling world when he walked out to confront Brock Lesnar.

The Ruler ended up delivering a Fall From Grace powerbomb to The Beast Incarnate, announcing himself as the challenger for his open challenge.

A week later, Lesnar came out to address the attack, and Oba interrupted him again. The Conqueror got the upper hand and lifted him for an F-5 only for Oba to escape and send Lesnar over the top rope.

Why did you not like this content?


`;
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-stop-m-rdering-my-students-38-year-old-star-s-request-oba-femi-after-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

Leave A Reply

Exit mobile version