], { 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 X, Kane wrote highly of Femi and praised him for his rare combination of size, explosiveness, and athleticism.

“You will be seeing a lot of graphics like this. @Obaofwwe has a rare combination of size, explosiveness, and athleticism. The dude is going to be a major star!” wrote Kane.

Check out Kane’s post on X:

CM Punk wants to stay away from Oba Femi

CM Punk has admitted that he wants to stay away from Oba Femi and called The Ruler a megastar. The now-former WWE World Heavyweight Champion was asked to name a few superstars he would prefer stepping into the ring with. Punk namedropped Je’Von Evans and Femi.

Speaking on ALL The Smoke Unplugged, Punk said the following about Femi:

“I’ll give you a boring answer, man. I want I want to wrestle everybody, you know. Uh, and be careful what you wish for, right? Uh, there’s guys on our our crew now that are just coming up. I think they’re all fantastic and they’re all young and they’re all hungry. Uh, Je’Von Evans comes to mind. I’ll probably regret saying Oba Femi, but man, the word trajectory comes to mind. Undeniable that guy’s gonna be a star, if he’s arguably not already.”

Punk headlined Night 2 of WrestleMania 42, where he stepped into the ring with Roman Reigns. The two superstars put together an instant classic, with Reigns walking out as the new World Heavyweight Champion.

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-kane-sends-message-oba-femi-historic-win-brock-lesnar-wrestlemania-42?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