”
], { 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);
});
});
})();
This is why the Cody Rhodes vs Gunther match took place during a commercial-free hour. As fans know, it ended controversially again with Sami Zayn getting involved with Gunther and hitting the fast-count to give Cody the win. The American Nightmare wasn’t exactly pleased with the way things played out either, and demanded another title defense.
[Mild spoilers] A huge brawl broke out on the June 26 episode of WWE SmackDown
This isn’t a massive spoiler in terms of the outcome of Night of Champions, but this is a mild spoiler regarding the main event segment of SmackDown, which was pre-taped for June 26. London got to experience RAW and SmackDown on the same night.
There was a huge official debut made, but we won’t get into that. What we will get into is the main event segment, which, as you may have predicted, involves Sami Zayn, Cody Rhodes, and Gunther – the three men competing for the Undisputed WWE Title this Saturday at Night of Champions 2026. That’s because Cody Rhodes asked Nick Aldis to give him both Gunther and Sami Zayn at Saudi Arabia, and he got his wish.
The main event of SmackDown will feature the three men brawling, but the two King of the Ring finalists, Oba Femi and Jey Uso, will also be involved. This means that a five-man brawl ensued to conclude the build-up to Night of Champions 2026.
It’s going to be interesting to see how things play out as we conclude June.
`;
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-wwe-s-precautionary-measure-cody-rhodes-vs-gunther-match-smackdown-revealed-reports?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













