”
], { 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);
});
});
})();
In the main event of Night of Champions, Sami Zayn defeated Cody Rhodes and Gunther in a triple threat match to win the Undisputed WWE Championship. After the bout, a frustrated Ring General confronted SmackDown General Manager Nick Aldis backstage. Things got a little too heated, and the altercation turned physical.
While addressing the backstage interaction between Gunther and Nick Aldis on the Night of Champions Post-Show, Big E pointed out that the SmackDown General Manager was in great shape. He added that the 39-year-old has had an incredible wrestling career. Big E noted that he wondered if things would further escalate after the physical altercation.
“Nick Aldis. Look, this is a man who has not stepped out of the gym. I don’t know if he formally retired. A lot of us know who followed his career, this man has done some big things in this industry. I wonder if this is leading to something more,” Big E said.
You can check out his comments in the video below:
For those unaware, Nick Aldis is a former two-time NWA World Heavyweight Champion. He also held the TNA World Heavyweight Title during his time in the company. The English star is widely regarded as a great in-ring performer.
Aldis wrestled his last match nearly three years ago at ACW Bluegrass Con. He competed in a five-way battle for the vacant ACW Bluegrass Con Title in October 2023. Unfortunately, he failed to secure the win.
A week later, Triple H introduced Nick Aldis as the new SmackDown General Manager. It will be interesting to see if the fans finally get to see the veteran in action inside a WWE ring.
Do you want to see Gunther wrestle Nick Aldis? Hit the Discuss button and sound off!
`;
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-former-champion-hints-at-wwe-star-s-first-match-in-3-years-following-night-of-champions?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













