”
], { 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);
});
});
})();
On social media, Triple H hyped up the Rhodes vs. Gunther title match for Clash in Italy. The Game mentioned in his message that history will be made at the upcoming WWE Premium Live Event.
“History will be made in Italy. @CodyRhodes vs GUNTHER for the @WWE Undisputed Championship is OFFICIAL for #WWEClash.” wrote Triple H.
Check out Triple H’s post on X:
Cody Rhodes spoke about Gunther and his transformation
Cody Rhodes spoke about Gunther’s transformation and how he has gotten into the best shape of his life. Rhodes and Gunther shared the ring at Crown Jewel 2024, and before the match, The American Nightmare spoke about it.
Speaking on Flagrant, Cody Rhodes praised Gunther for his physique and said:
“Gunther, he used to be on the independents… not a muscle you could see on him, a big, hefty, chop a tree down, killer dude. That manifestation of his goals is right there — you can see he’s gotten in the best shape of his career, he looks incredible, he looks the part, and there’s this weird online contingent that doesn’t realize how important that is,”
Cody Rhodes is in his third reign as the Undisputed WWE Champion. He won the title by dethroning Drew McIntyre before WrestleMania 42 and successfully defended the title against Randy Orton at The Grandest Stage of Them All. The Rhodes-Orton feud is still far from over, considering that The Viper stood tall in Las Vegas after hitting Rhodes with the Punt Kick after the match.
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-triple-h-sends-message-cody-rhodes-gunther-undisputed-wwe-championship-match-made-official?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



