”
], { 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);
});
});
})();
Meanwhile, Gunther will lock horns with Dominik Mysterio and Je’Von Evans in a Triple Threat qualifying match for the Men’s Elimination Chamber on the next RAW show. While The Ring General aims to secure his spot in the Chamber, Brock Lesnar might interfere during the bout and cost him in a shocking twist.
If that happens, it could spark a brawl between Gunther and Lesnar on the red brand. Similar to what he did with AJ Styles, the Career Killer might also ask The Beast Incarnate to put his career on the line at ‘Mania 42.
The seven-time WWE Champion is reportedly expected to end his career as an active wrestler this year. Since Gunther has taken up the responsibility of sending WWE legends home, the creative team could also book him to retire Brock Lesnar on The Grandest Stage of Them All.
It must be noted that while this angle might sound convincing, it is hypothetical and based on speculation. Only time will tell if this will eventually come to fruition.
Gunther could dethrone Roman Reigns at SummerSlam 2026
Having retired AJ Styles, Gunther is currently on a mission to reclaim his throne as a World Heavyweight Champion. After coming out as the runner-up in the Men’s Royal Rumble Match, The Ring General has given up on his championship dream. He now aims to make it to the Elimination Chamber and face Undisputed WWE Champion Drew McIntyre.
If the above scenario comes to play, there is a high chance that the Career Killer could enter the world title picture again after potentially retiring Brock Lesnar at WrestleMania 42. Interestingly, fans could see him dethrone Roman Reigns at The Biggest Party of the Summer to regain the World Heavyweight Championship if Reigns successfully dethrones CM Punk at The Grandest Stage of Them All.
That said, this angle is highly speculative, and nothing in this regard has been confirmed.
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/7-time-wwe-champion-finally-put-career-line-career-killer-gunther-exploring-happen-wrestlemania-42?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


