”
], { 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);
});
});
})();
Rhodes mentioned that if anyone was his fan, they had to make a choice between him and the outside forces during WrestleMania season. However, Cody Rhodes also stated that WWE loves such spots, and now, being the promotion’s top star, he, too, had to deal with it to be able to be a part of the big WrestleMania moments. That’s what the big job means to him.
“So, outside forces. You could look at this year and say, ‘Hey, here’s Pat McAfee.’ You could look at the year before and say, ‘Here’s Travis Scott.’ You could look at the year before and say, ‘Here’s The Rock.’ If you are a Cody Rhodes fan during WrestleMania season, it’s a choice. We deal with outside forces. We deal with, ‘Hey, they want to be part.’ We’re about it, and I can say this, it’s a spot I always wanted. If you’re gonna be in the big moments, you have to be ready for the big jobs,” Cody Rhodes said.
Check out his comments in the video below:
Cody Rhodes admits Pat McAfee doesn’t fit in his storyline with Randy Orton
Cody Rhodes then stated that Pat McAfee was the outside factor in his storyline with Randy Orton.
The American Nightmare strongly felt that a character like Pat McAfee doesn’t naturally fit into this storyline, which has a 20-year history between master (Randy Orton) and student (himself). However, he understood how important a character the former NFL punter was for ESPN, where WrestleMania will be telecast for the first time.
“Pat being part of ESPN and the fact that WWE WrestleMania is on ESPN for the first time ever, it’s actually a natural fit. Does it fit in a 20-year wrestler, student, teacher, mentor, all of that? No, but Pat sure thinks it does, and now Pat has the title, so we can tell that story another time. That story has also already been told. Let’s figure out how this unfolds.” Rhodes said.
The American Nightmare concluded with hope that his Legacy-driven story with Randy could be told another time. They just have to figure out how this will unfold and for the next path to open.
If you use quotes from this article, please credit The Rich Eisen Show and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-comments-wwe-hijacking-wrestlemania-main-event-every-year?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













