”
], { 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);
});
});
})();
“For a long time, there were a lot of anti-heroes… and just recently, it felt like WWE hit this stride with so much youth in the audience that it felt like babyfaces came back to life. Jey Uso, for example, is somebody that the kids go crazy for. Sami Zayn is out there doing it. And for me to be able to be in that spot, I don’t want to leave it. It’s so much fun,” said Rhodes. [H/T: WrestlePurists on X]
Cody Rhodes competed in the Men’s Royal Rumble, but Drew McIntyre interfered to ensure he was eliminated. The 40-year-old made it known that he intends to walk into WrestleMania as champion or to be challenging for the title at The Show of Shows later this year.
Cody Rhodes tells a hilarious story about major WWE star
Cody Rhodes recently told a hilarious story about a time when Solo Sikoa got frustrated with him.
Speaking on the What Do You Wanna Talk About? podcast, Rhodes discussed a time when Sikoa was annoyed that he was “begging” for cheers during their match.
Cody Rhodes eventually just responded that Sikoa was right because they grew up in different generations, and the former Bloodline member may have never had to get the crowd invested in his match.
“I went home texting my inner circle about like, man, have I like, Solo doesn’t respect me. Have I lost my, I’ve thought about it. I thought about it, like I’m supposed to lead him. And he’s telling me (to don’t cheer), and then I thought, ‘No, he’s right.’ It was Hunter. Finally, I was talking to Hunter. He was like, ‘Yeah, no, he’s not wrong,'” Rhodes said.
It will be fascinating to see if Cody Rhodes can win his Elimination Chamber qualifying match this Friday on WWE SmackDown.
`;
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-cody-rhodes-gets-honest-potential-heel-turn?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













