”
], { 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);
});
});
})();
However, on further discussion, Cody Rhodes wondered who he could have wrestled had he not won the title back. The SmackDown star noted that Sami Zayn would have been a special WrestleMania opponent. Rhodes added that he had unfinished business with Jacob Fatu and they could have settled the score at The Showcase of the Immortals.
“Maybe Sami [Zayn]. Could be Jacob [Fatu]. Because we never finished, just beat each other half to death in Montreal… Yeah, you got to finish the story… Sami would’ve been special,” Rhodes said.
You can check out the entire conversation in the video below:
Wrestling veteran believes Cody Rhodes should turn heel at WWE WrestleMania 42
While speaking on Behind The Turnbuckle Studios’ The Coach and Bro Show, former WWE head writer Vince Russo made an intriguing pitch for the Undisputed WWE Championship match scheduled for WrestleMania 42.
The veteran suggested a bout similar to the iconic Stone Cold Steve Austin vs. Bret Hart that took place at WrestleMania 13. Russo opined that Rhodes should turn heel, as staying a babyface would leave him directionless.
“I hope not. I think they need to do the Austin-Bret Hart match [WrestleMania 13] and make sure they switch Cody [Rhodes] heel during that match. I can’t imagine Cody coming out of the match as a babyface. I can’t. Where do you go with that? Where do you go?” Russo said.
Cody Rhodes won back the Undisputed WWE Championship by defeating Drew McIntyre last week on Friday Night SmackDown. It will be interesting to see how he fares against Randy Orton in Las Vegas.
In case you use the quotes from the first half of this article, please credit Complex on YouTube with an H/T to Sportskeeda Wrestling for the transcription.
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-names-two-stars-faced-wrestlemania-42-undisputed-wwe-champion?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



