”
], { 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);
});
});
})();
On the latest edition of Monday Night RAW, Oba Femi addressed his loss against the former WWE Champion. He called out Brock Lesnar for attacking him from behind at the start of their match at Clash in Italy. Femi also claimed that he was going to settle the score on sight.
“He [Brock Lesnar] cheats, he hits me from behind, he attacks when I’m not looking, and I get to listen to Paul Heyman talk about what I’ve unleashed in his big bad beast. But the only thing that I’ve seen for the last three weeks is a big bad bitch. So Brock, you can’t stay away forever. When I see you, I’ll settle the score,” Femi said.
You can check out his comments in the video below:
Brock Lesnar could cost Oba Femi a WWE title opportunity
Brock Lesnar has been absent from WWE programming since his win over Oba Femi at Clash in Italy. The Nigerian star, however, came back with a strong performance after the setback.
On the June 1 edition of Monday Night RAW, the 28-year-old defeated Carmelo Hayes, Penta, and Solo Sikoa in a King of the Ring first-round fatal four-way match. Femi is now scheduled to wrestle Dominik Mysterio in one of the semifinals.
During his promo on RAW last night, Oba Femi claimed that he was going to win the King of the Ring tournament and compete for a world title at SummerSlam. However, the general belief among the fans is that Brock Lesnar will make his return to cost Femi the King of the Ring tournament, leading to their third match at The Biggest Party of the Summer.
Only time will tell when The Beast Incarnate makes his much-anticipated return.
In case you use any quotes from this article, please credit WWE with an H/T to Sportskeeda Wrestling for the transcription.
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-oba-femi-shares-shocking-cheating-claim-against-brock-lesnar?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


