”
], { 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);
});
});
})();
A similar plan was apparently being discussed last year backstage, according to a report from WrestleVotes on Fightful Select, the idea of Nick Aldis being an active wrestler has been discussed quite a few times backstage, most recently in 2025. On that occasion, there was a pitch to pit him against Solo Sikoa. However, the idea was scrapped.
Another report from the same source has claimed that Nick Aldis is being discussed to feud against Gunther. The report also noted that despite what most believe, Aldis would likely get in the fight himself instead of appointing a proxy.
Gunther recently threatened Nick Aldis after their altercation at WWE Night of Champions
Nick Aldis is currently not active in his role as SmackDown manager, owing to the tussle he got in with Gunther at Night of Champions.
This, as many believe, points to a feud between The Ring General and Aldis soon. The two had gotten very physical at the recent PLE, following which Aldis was placed on administrive leave and Adam Pearce was left with the charge to handle SmackDown in its GM’s absence.
Meanwhile, Gunther has not made any attempts to hide his disdain for Nick Aldis. Taking to Instagram recently, he posted a video which showed him demolishing anyone who had stepped in his way in WWE, including names like John Cena and AJ Styles. The video ended with the threatening message:
“Never disrespect me.”
As of now, Gunther has his sights set on Nick Aldis. It remains to be seen what he does next in WWE. It will be interesting to see if Aldis has his own plans to take on one of the most dominant names in WWE.
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/rumor-wwe-quietly-scrapped-blockbuster-nick-aldis-program-on-smackdown-report?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



