â
], { 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);
});
});
})();
â.@CodyRhodes completes 100 days as the Undisputed WWE Champion while defending it against top rivals, proving that he indeed is the face of the company. đ đ„â
Rhodes successfully defended the title against Gunther at Clash in Italy last month, but the match ended in controversy. The Ring Generalâs boot was under the ropes during the cover, but the referee did not catch it.
Gunther has demanded to pick the stipulation for the upcoming title match, and it was revealed during this past Fridayâs episode of SmackDown. Sami Zayn will be serving as the special guest referee for the Undisputed WWE Championship match between Gunther and Cody Rhodes this Friday on the blue brand.
Rhodes and Zayn had a confrontation on this past Fridayâs episode of SmackDown. The two stars smacked each other in the face during the promo, leading to Gunther naming Zayn as the special guest referee.
WWE Hall of Famer pushes for Cody Rhodes to turn heel
Wrestling legend Eric Bischoff recently shared that he had grown tired of watching Cody Rhodes as a babyface.
Speaking on his 83 Weeks podcast, Bischoff noted that he had a lot of respect for Rhodes but was hoping to see a new version of his character soon. The veteran shared that he was tired of watching the 40-year-old as a babyface champion.
âI hate saying this because I really have so much respect for Cody and affection for the entire family, not just Cody. Iâm over Cody as a babyface champion. Itâs not that I donât like it. Itâs just that Iâve kind of had my fill of it,â he said.
Only time will tell if Cody Rhodes can defeat Gunther on SmackDown to retain his championship.
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-massive-congratulations-undisputed-wwe-champion-cody-rhodes?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



