”
], { 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);
});
});
})();
“I knew what he was capable of. I’ve been in the ring with him before, so I wasn’t surprised. “I think that he felt the weight of the world on himself, because I believed in him. I knew. But for him to believe in himself, he needed this match to know that he could do this. I didn’t expect anything less than his best effort as well. I see it from a different window of what he could do,” he said. (H/T: Wrestling News)
You can check out the video below:
Styles also complimented Aldis as SmackDown General Manager and noted that the former NWA Champion was doing a great job as an authority figure in the company. The Phenomenal One retired from in-ring competition following his loss to Gunther at Royal Rumble 2026.
Nick Aldis discusses his return match at WWE SummerSlam
Nick Aldis revealed that he was exhausted during his return to the ring at SummerSlam 2026.
Speaking with Sam Roberts on WWE Now, Aldis shared that he was tired during the match and admitted that no amount of training could have prepared him for the actual bout.
“God, I was so blown. Everyone talks about this and says there’s nothing that replicates working in the ring, and it really is true. I’ve been doing the most intense conditioning workouts for the last couple of weeks to get ready, and I’ve genuinely never trained that hard in my whole life. Still, just four minutes in, I was like, ‘Oh my God.’” [H/T ITR Wrestling]
Triple H reinstated Nick Aldis as SmackDown General Manager following his loss to Gunther at WWE SummerSlam.
`;
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-retired-wwe-star-reveals-nick-aldis-needed-summerslam-match?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













