”
], { 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);
});
});
})();
That said, many believed Lesnar’s return diminished the heartfelt moment he shared with fans at The Show of Shows. However, Kevin Nash had a different take on the situation. Speaking on his Kliq THIS podcast, the WWE Hall of Famer addressed The Beast Incarnate pulling off a swerve by coming back after seemingly retiring at ‘Mania.
The veteran noted that he didn’t see Brock Lesnar officially state his retirement, and added that people don’t enjoy getting worked.
“I don’t remember seeing anywhere where Brock said he retired. People hated when they got got. Everybody got got,” he said.
The show’s co-host, Sean Oliver, asked if it was a part of the plan from the beginning, to which Nash said that he didn’t know, but the moment caught him by surprise.
“I don’t know. But it sure as f**k made me sit the f**k up in my chair.”
Brock Lesnar reveals why he chose to retire at WrestleMania 42
On the latest episode of RAW, Lesnar addressed his “retirement” at WrestleMania 42 in a pre-taped promo.
“I’ve had my share of a** whoopings over the years, but none quite like that, it was humbling. You beat my a** so bad I said ‘that’s it, I’m done’. But that doesn’t sit very well with me Oba. It’s not gonna end that way Oba Femi. Brock Lesnar can take an a** whooping, but can you? You’re gonna get your a** kicked by a humbled, retired beast. Brock Lesnar will conquer Oba Femi. I am gonna rule over Oba Femi,” he said.
It remains to be seen if Lesnar can even the score with Oba Femi at Clash in Italy.
`;
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-made-sit-f-k-chair-wwe-hall-famer-defends-brock-lesnar-s-return-retirement?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













