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

Aldis returned to TV at Saturday Night’s Main Event XLV and cost Gunther the opportunity to get added to the Undisputed WWE Championship match at SummerSlam between CM Punk and Cody Rhodes. On X, Aldis doubled down on his actions, admitting that he was quite proud of what he did.

“Damn right it did.” wrote Aldis.

Check out Aldis’ post on X:

Jonathan Coachman thinks WWE might’ve given up on Gunther’s push

Jonathan Coachman thinks that the company might’ve given up on Gunther’s push. The veteran has admitted that The Ring General’s style is suitable to his liking and is very 1980s-ish.

Speaking on Behind The Turnbuckle Studios’ 2 Count Tuesday, Coachman stated that Gunther has become an afterthought with his booking, especially during his feud with Sami Zayn and Cody Rhodes.

“I’ve never met Gunther. I’m sure he’s a hell of a nice guy, but for my enjoyment, his style is not enjoyable to me. I wonder, at some point in the last six months, if they have realized, and maybe they look at numbers, and when he comes on, the numbers just aren’t there. That’s possible… His style is very 1980s-ish, and to me it doesn’t resonate in 2026. I feel bad for Gunther because he was supposed to be the number one heel, and now he was the third leg in a match with Sami Zayn and Cody Rhodes,”

Gunther failed to win the Undisputed WWE Championship on multiple occasions in the past few weeks. He could eventually step into the ring with Nick Aldis for a match.

Why did you not like this content?


`;
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-nick-aldis-breaks-silence-controversially-attacking-top-wwe-star-costing-huge-summerslam-opportunity?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

Leave A Reply

Exit mobile version