”
], { 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 this week’s edition of Story Time with Dutch Mantell, the veteran manager detailed that Brock has truly retired before WWE felt they needed him back. He noted that the creative team recognized Brock Lesnar as a huge attraction and got him back, even possibly agreeing to pay the star a huge sum. Mantell suggested that WWE could be building to Lesnar vs. Gunther at SummerSlam.
“Well, that’s a possibility because they could come back and say, hey, we need him more. Well, you’re going to have to pay him this. I don’t think money is the issue here. So, and you know wrestling is, I think most super heavy fans like wrestling and understand it, that then you can almost do anything. If this was planned out, I think it might surprise me, but I think this is almost like, see, they know where the money is.” He added, “I think the money is in Brock, and they realize that. Now what’s the most logical thing? To get back to keep Brock around to get him against Gunther.”
Brock Lesnar will wrestle at Clash in Italy
After the mind-numbing attack on Oba Femi, Paul Heyman caught up with Adam Pearce backstage. He handed Pearce a contract and informed the RAW General Manager that a retired Brock Lesnar had signed the deal to face Oba at Clash in Italy.
In a major twist since WrestleMania 42, Lesnar is now scheduled to face The Ruler in a high-profile rematch at the PLE. The event will emanate from the Inalpi Arena in Turin, Italy on May 31.
While using the quotes, please add an H/T to Sportskeeda for the transcript.
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-brock-lesnar-came-out-of-retirement-according-to-wwe-veteran?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




