”
], { 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);
});
});
})();
This led to their match at Wrestlepalooza in Indianapolis, Indiana. Some fans thought that Cena would get the win over The Beast, but Lesnar dominated from start to finish, barely allowing The Never Seen 17 to get a lot of offense.
Speaking on the No-Contest Wrestling podcast, John Cena revealed the real reason why Brock Lesnar won that way against him.
“Could I have put together a better performative match with Brock Lesnar? Sure. But it doesn’t tell the story, doesn’t creatively tell the story. We got to reintroduce this guy. Everybody needs to know he means business. How do you do that? By taking the one entity that can lose, not lose steam. It’s like an exhibition match,” Cena said.
Cena had no problem losing to Lesnar that way because it was part of the bigger picture. It will be interesting to see if The Beast can help create a new star at WrestleMania 42.
Brock Lesnar set to return on WWE RAW
WWE announced last week that Brock Lesnar will make his return to RAW on Feb. 23 in Atlanta, Georgia. It’s the go-home edition of RAW before Elimination Chamber, so Lesnar’s appearance could be about that PLE or his Road to WrestleMania 42.
Several stars have been linked as Lesnar’s potential opponent at WrestleMania 42. Gunther was initially rumored since it was an original plan before The Beast went on hiatus during the heat of the Janel Grant lawsuit.
Oba Femi and Lesnar facing off at the Royal Rumble was also a sign that they could battle it out at WrestleMania 42. Another surprising report revealed that LA Knight was also an option for The Beast at The Grandest Stage of Them All.
Kindly credit No-Contest Wrestling podcast and give a H/T to Sportskeeda if you use the quote from this article.
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-real-reason-behind-brock-lesnar-squashing-john-cena-finally-revealed?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



