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

“Bus broke down on the side of the road(still going to make the house show!) but while we pass the time… Old school. Q/A Use #CodyBus,” Cody Rhodes tweeted.

The show Rhodes is referring to will be taking place in Manchester, New Hampshire, at the SNHU Arena. The American Nightmare is scheduled to wrestle the Apex Predator Randy Orton in a WrestleMania 42 rematch.

While Rhodes was waiting for his bus to be fixed, he used the free time to answer some questions from fans.


Cody Rhodes Reveals His Favorite Opponents

Fans were quick to ask the American Nightmare questions as soon as he announced a Q&A session. One fan asked Rhodes who his dream opponent is, whether from the past or the present.

Cody Rhodes responded by saying he would love to wrestle all of his father Dusty Rhodes’ rivals. But when it came to the present, the American Nightmare gave a rather diplomatic answer, claiming there are too many good wrestlers to choose from.

“Dusty’s rogue gallery, All of them, Presently though…too many to choose from,” Rhodes tweeted.

When asked about the best part of his upcoming movie, Street Fighter, Rhodes replied that the rest of the cast was the best part of the experience, especially since everyone knew a lot about the video game. The former WWE Undisputed Champion cannot wait for October 16th, when The Street Fighter movie hits theaters.

The rest of the cast. Everybody loving and knowing the games! 10/16 💥 can’t come soon enough!

The American Nightmare also revealed that brand-new merchandise will be launched tomorrow morning.

Tomorrow morning actually… 👀 Brand new collection. First class.

Rhodes also hinted at the future guests for his ‘What Do You Wanna Talk About’ podcast. He would like to have IYO SKY, Bobby Roode, TJ Wilson, Michael Cole, Raquel Rodriguez, and many more.

Iyo, Bobby R, TJ, Cole, Raquel, Teil, Liberty 😂 all my peers have great stories to tell so it’s more up to you guys! Bus moving, thanks for helping pass the time

With that being said, he also shared that the bus was fixed and he is back on the move to the SNHU Arena.

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-has-unfortunate-vehicular-incident-before-wwe-show-provides-update?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