”
], { 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);
});
});
})();

“😂 (patiently waiting for somebody to ask me about this in an interview one day)”, wrote Rhodes.

Rhodes defeated Sami Zayn and Jacob Fatu in a Triple Threat match this past Friday night on WWE SmackDown. As a result of the victory, the former AEW star qualified for the Men’s Elimination Chamber match at the PLE later this month in Chicago, Illinois.

Cody Rhodes discusses potentially turning heel in WWE

SmackDown star Cody Rhodes opened up about potentially turning heel in the promotion.

Speaking on Live with Kelly and Mark, the former champion shared that he liked being a babyface because the company had hit its stride with younger wrestling fans. Rhodes added that he was having too much fun and didn’t want to give up his spot.

“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 says he doesn’t want to leave his spot as a babyface: “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

Drew McIntyre defeated Cody Rhodes last month on SmackDown to become the new Undisputed WWE Champion. It will be interesting to see if Rhodes can earn a title shot at WrestleMania 42 by winning the Men’s Elimination Chamber match on February 28.

Why did you not like this content?


`;
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-hilariously-mocks-viral-move?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

Leave A Reply

Exit mobile version