”
], { 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);
});
});
})();
During a recent appearance on ESPN Unsportsmanlike, Cody Rhodes spoke about the rivalry between Oba Femi and Brock Lesnar. He also noted that he was concerned by Lesnar’s return. However, having witnessed Oba’s dominance against Brock at WrestleMania 42, he was certain that the former NXT Champion would topple the veteran again at WWE Clash in Italy.
“But if you saw WrestleMania, I think Oba has got him again,” Rhodes said. [H/T: WrestlingNews.co]
You can check out the entire conversation in the video below:
Wrestling veteran makes a massive claim about Brock Lesnar’s relationship with WWE CCO Triple H
If multiple reports are to be believed, Brock Lesnar leaving his gloves and boots in the ring following his loss to Oba Femi at WrestleMania 42 was unscripted. It forced WWE to make changes to the following episode of Monday Night RAW.
In a video posted on his YouTube channel, wrestling veteran Vince Russo claimed that Brock ‘absolutely hates’ Triple H. The former WWE head writer added that The Beast’s actions suggested that he had no respect for Hunter.
“I hear that Brock Lesnar just absolutely hates Triple H. And I can see that. Triple H has put himself in a position for people to hate him. Remember the Bret Hart-Steve Austin eye roll. He has put himself in a position to be hated. He has put himself in the forefront of everything. He has put himself first in front of his own talent, and a lot of times in wrestling, that is a no-no. I mean, if the Brock Lesnar thing is a shoot and nobody knew about it, and he didn’t smarten up Triple H, that means he has zero respect for Triple H. Zero. None, bro,” Russo said.
It remains to be seen what plans Triple H and the creative team have in store for Lesnar going forward.
`;
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-the-result-oba-femi-vs-brock-lesnar-wwe-clash-italy-predicted-major-star-something-like-this?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













