”
], { 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 demolished Brock Lesnar in a squash match at WrestleMania 42 earlier this year in Las Vegas. However, Lesnar got his revenge by defeating The Ruler at Clash in Italy.
Femi won the King of the Ring tournament by defeating Jey Uso in the finals at Night of Champions. He earned a title shot at SummerSlam as a result of the victory, but turned it down so he could battle Lesnar in a Hell in a Cell match instead at the PLE next month.
WWE Hall of Famer reveals what is missing from Brock Lesnar’s rivalry with Oba Femi
Wrestling legend Booker T recently shared what he thought was missing from the heated rivalry between Brock Lesnar and Oba Femi on WWE television.
Speaking on his Hall of Fame podcast, Booker T suggested that the rivalry would feel more important if there was a major title on the line at SummerSlam. The veteran noted that he wanted to see Lesnar challenge Femi for a title at the PLE next month.
“I think the trilogy would be better if Oba had the championship and Brock was challenging. Just because um who’s going to be the underdog going into that match? If he’s the champion, he’s a champion, but that doesn’t make him the favorite. People are still going to be wondering if Lesnar is going to win the championship one more time. I think that’s the build-up for me if I’m booking it,” he said.
It will be interesting to see which WWE star wins the Hell in a Cell match at SummerSlam.
`;
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-huge-brock-lesnar-announcement-made-following-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













