”
], { 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);
});
});
})();
The former leader of Imperium took to social media today to predict that he would defeat Rhodes to become the new champion at Clash in Italy 2026. You can check out his message in the Instagram post below.
“Future WWE Champion,” he wrote.
Cody Rhodes defeated Randy Orton in the main event of Night 1 of WrestleMania 42 last month in Las Vegas. Orton had aligned with Pat McAfee on the road to WrestleMania in a storyline that was rejected by wrestling fans. The Viper betrayed McAfee at The Show of Shows, but Rhodes capitalized on his finisher to win the match.
After the match, Randy Orton attacked the champion and punted him in the head before going on hiatus from the company. There were rumors that Orton was dealing with a back injury, but The Apex Predator seemingly shut them down yesterday on social media.
Gunther reveals why he changed his appearance on WWE’s main roster
SmackDown star Gunther recently shared why he decided to improve his physique once joining the main roster.
Speaking with Enry Lazza, the former champion noted that he was used to wrestling for hardcore wrestling fans, but that was no longer the case. The 38-year-old shared that he wanted to lose weight, so casual fans would not think he was out of shape.
“So when I went to the main roster, I made the call, like, you know what, it’s time to change it up because there’s a difference. Up until WWE, I only wrestled for hardcore wrestling fans that were die-hards, basically, and they can understand. But in reality, for the major public, I would have looked like somebody out of shape and not like a champion. So I knew I had to adjust it and find a way to still stay myself, but just give it a fresh look,” said Gunther.
It will be interesting to see which star walks out of Clash in Italy as Undisputed WWE Champion later this month.
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-gunther-sends-three-word-message-ahead-wwe-title-match-clash-italy?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



