”
], { 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);
});
});
})();
Speaking on his NotSam Wrestling podcast, Sam Roberts predicted more opponents WWE could be planning for Gunther as he solidifies his position as a “career killer” in the company. The RAW Recap host believes the promotion could have Brock Lesnar turn babyface for a mouth-watering match against Gunther.
“I mean, of course, I’ve thought about Brock vs. Gunther and I think it’ll happen. Cena doesn’t have to have anything to do with it. I do think it’ll happen but like..I think there’s still heat to pay off with Brock. You could just turn Brockbabyface now. But it’s almost like..he hasn’t done much as a heel other than beat John Cena and then go into War Games. There’s still stuff to do but..maybe not.” (H/T – TJRWrestling)
Dutch Mantell is not in favor of Brock Lesnar retiring from WWE
Of late, there’s been plenty of rumors suggesting that The Beast Incarnate was close to hanging up his wrestling boots for good in 2026.
Speaking on his Storytime with Dutch Mantell podcast, the former WWE manager said that it made no sense for Lesnar to consider retirement, as he already had a relaxed schedule and competed only a handful of times a year.
“Well, I don’t know why he’s gotta retire. The schedule that WWE has now is nothing like it used to be. Literally nothing. We used to go through some weeks, you may have gotten into a ring not necessarily to wrestle that much, but you may have gotten into a ring eight to nine or ten times a week. You’d have double headers on Saturday, Saturday afternoon matinee show, they would call it. Then you’d have a Saturday night show. And then Sunday, you’d have a matinee show at about 3 o’clock. Then get right in your car, drive somewhere else, and then you would have another show. Then get in the car, drive to the town where Monday Night Raw would be, and they ran you like a dog.”
Until WWE or Lesnar himself comes forward with an explanation, the chatter surrounding his retirement is sure to be a hot topic of discussion on the internet.
`;
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-7-time-wwe-champion-make-monumental-babyface-turn-blockbuster-feud-according-sam-roberts?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













