”
], { 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);
});
});
})();
Oba Femi made his way out on WWE RAW and addressed his own future, as well as that of Brock Lesnar. The star spoke about his match against Lesnar and said that now that he had defeated him inside the Hell in a Cell, the Beast can rest.
He said that Lesnar had returned to WWE after losing to Oba Femi at WrestleMania, not because he was envious, but because he wanted to see if he’d chosen the right person.
“He needed to come back and find out if he was right. The question going into WrestleMania was, ‘Can Oba Femi swim?’ That question was answered fast, wasn’t it? But going into SummerSlam, the question changed. It changed from, can you swim to was, how long can you hold your breath?”
The star said that at SummerSlam, Lesnar found out that Oba Femi could hold his own and emerge victorious from the deepest depths. But now, the future of Lesnar was also decided, as the star can rest, revealing that he was gone from the company once and for all.
“I swam up. I emerged victorious. I passed the test. And now, the Beast can finally rest.”
There was a lot of speculation about Lesnar’s future after the match at SummerSlam. The Beast took the mic and called Femi the future, and himself the past, making it seem like he was done, but not really confirming it.
Femi’s promo has revealed that it’s over now, with Brock Lesnar’s WWE career laid to rest once and for all. The history-making 10-time world champion has retired.
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-breaking-brock-lesnar-s-wwe-career-laid-to-rest-making-history-oba-femi-confirms?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



