”
], { 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);
});
});
})();
Speaking on The Extreme Life of Matt Hardy podcast, Matt Hardy was asked about the upcoming title match, and the veteran predicted a controversial finish. The 51-year-old tag team legend predicted the match could end controversially in Cody Rhodes’ favor. While he didn’t chart every move, Hardy wants to see a change in Rhodes’ character following the two-night event in Minneapolis.
“I can see some sort of a controversial finish. I don’t know if it’s a flat-out heel finish where he cheats or if it’s nefarious, but I do see something controversial where he takes advantage of,” Hardy said.
Cody Rhodes is undefeated at WWE SummerSlam
In 2022, Cody Rhodes returned to the Stamford-based promotion for a second run. Unfortunately, he got injured ahead of his clash with Seth Rollins inside Hell in a Cell. It took a lot of grit, but The American Nightmare competed and won the bout against The Visionary. However, he went on hiatus after that and missed SummerSlam.
In 2023, Cody Rhodes defeated Brock Lesnar in a singles match, earning The Beast Incarnate’s respect. In 2024, Rhodes successfully defended his Undisputed WWE Championship against Solo Sikoa and eventually started a feud with Kevin Owens on the blue brand.
In 2025, The American Nightmare won the Undisputed WWE Championship from John Cena, and The Franchise Player successfully passed the torch to Rhodes as the face of the company. Cody Rhodes has an impeccable record at The Biggest Party of the Summer.
Meanwhile, CM Punk lost to Seth Rollins in 2024. Last year, The Second City Saint won the World Heavyweight Championship from Gunther at SummerSlam. However, The Visionary appeared with his Money in the Bank briefcase and cashed it in to take the title from Punk. It’ll be interesting to see which star leaves Minnesota with the title.
If you use quotes from the article, please credit The Extreme Life of Matt Hardy and provide an H/T to Sportskeeda Wrestling for the transcription.
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/news-controversial-finish-cm-punk-vs-cody-rhodes-summerslam-2026-predicted-wwe-legend?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


