”
], { 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 week on SmackDown, Gunther made a shocking appearance and attacked Cody Rhodes, choking him out in his submission. Following that, he also raised Rhodes’ title in the air. It’s clear that the Austrian wants the Undisputed WWE Championship. Meanwhile, Paul Heyman was spotted backstage on SmackDown, talking with Nick Aldis. All signs point towards one thing: The Ring General has cashed in his favor on The Wiseman.
Gunther has seemingly asked Heyman to use his backstage politics and influence to get him a shot at Cody Rhodes’ Undisputed WWE Championship. This could be the reason why the Hall of Famer was spotted having a conversation with Aldis backstage. It looks like Triple H has indirectly quashed the Gunther-Brock Lesnar theory about SummerSlam. Hunter may have subtly confirmed that The Beast Incarnate has retired for good.
However, this is entirely a presumption based on the recent developments on Friday Night SmackDown. The question still remains whether fans would get to see Lesnar again in the ring, or if WrestleMania 42 was the last of him. It will be interesting to see what the future holds for The Beast Incarnate.
Triple H seemingly has one unfulfilled wish involving Brock Lesnar
Brock Lesnar’s sudden disappearance from the scene has created quite an uproar within WWE and TKO. A primary reason behind it was that no one knew about his retirement at WrestleMania 42, as per reports. Amid all this, it looks like Lesnar’s departure has also left WWE’s creative head, Triple H, with an unfulfilled desire.
The Game was seemingly planning a huge program between Gunther and Brock Lesnar at this year’s SummerSlam. It was quite apparent. The creative team has been building the Austrian as the “Career Killer” in WWE as he retired three elite legends like Goldberg, John Cena and AJ Styles. Triple H was looking for another legend to sacrifice at the hands of The Ring General.
WWE’s current roster doesn’t have many names who are heading towards their retirement. With SummerSlam 2026 set to take place in Lesnar’s home state of Minneapolis, Minnesota, Triple H seemingly had plans to book The Beast Incarnate in a farewell match against Gunther, where the latter would retire him.
However, Brock Lesnar’s potential retirement act at WrestleMania 42 may have poured cold water on those rumored plans. Triple H’s potential desire to give Gunther another legend to retire and solidify his character as the Career Killer could now be just an unfulfilled wish. It will be interesting to see how things shape up.
`;
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/triple-h-subtly-confirmed-truth-brock-lesnar-s-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













