”
], { 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);
});
});
})();
“Last year at WrestleMania 41, I wrestled John Cena on his retirement tour for the WWE Championship. And sadly, I am here today empty-handed, no WWE Championship. So the idea would be, WrestleMania 42, defending or challenging for the WWE Championship. And then I can come back to the show with a title,” he said.
Cody Rhodes will be facing Sami Zayn and Jacob Fatu in an Elimination Chamber qualifying match this Friday night on SmackDown. The winner of the Men’s Elimination Chamber match will go on to challenge Drew McIntyre for the title at WrestleMania.
Roman Reigns won the Men’s Royal Rumble match this year and will be facing CM Punk for the World Heavyweight Championship at The Showcase of the Immortals.
Cody Rhodes reveals suggestion he made to WWE
SmackDown star Cody Rhodes shared that he suggested to the company that they do house shows one weekend per month.
Speaking on his What Do You Wanna Talk About? podcast, the former AEW star stated that he pitched the idea for the company to have more live events. He noted that the events allow the performers to connect with the audience more.
“But I had suggested to them, I said, ‘Run one weekend a month. Call them house shows. Make them almost poke the fourth wall a little bit in terms of what they are. They’re canon, but they’re not. You’re gonna see some of the stuff you see on TV, but it’s gonna be a bit more of a mixed bag, and maybe you’re gonna see some people you’ve never seen before, who are getting their first rep in front of you, and run them that way where there’s an intimacy to them that’s advertised. This is a house show. That’s what you guys are getting, and it’s gonna be awesome.’ They’re so fun, so fun,” he added.
It will be interesting to see what the company has planned for Cody Rhodes on the road to WWE WrestleMania 42.
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-cody-rhodes-reveals-intentions-wrestlemania-42?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


