], { 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);
});
});
})();

It was quite the effort from Nick Aldis, and 30,000 people in Minneapolis were audibly gutted when Gunther made him tap out at WWE SummerSlam 2026. After the match, Aldis received a standing ovation.

It remains unclear what the status of Nick Aldis will be. Could he be the SmackDown General Manager again now that his in-ring career ended before it could begin? Or did the match scratch an itch that being the General Manager never could?

It’s well-known and documented that wrestlers get a massive adrenalin rush in the ring, and nothing quite compares to it. That’s why one has to wonder how this match impacted Aldis on a personal level. He certainly got the respect he deserved from the WWE Universe, many of whom were chanting, “you still got it” at him.

Ultimately, he fell short to a 2-time World Champion and the man who has been labeled as the career killer this year. But has Aldis’ career been killed at SummerSlam? Only time will tell.