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

Vince Russo and Dave Meltzer were recently going after each other on X/Twitter after Meltzer accused Russo of being homophobic. During this, a fan noted how Cody Rhodes said the same thing about the former WWE writer a few years ago.

For those unaware, Vince Russo revealed a few years ago that Rhodes allegedly called him homophobic in a podcast with DDP. However, after getting to know that Vince’s son worked there, Rhodes went up to him and apologized for his remarks towards Russo.

Now, the veteran has confirmed on X/Twitter that The American Nightmare did apologize to his son before taking another shot at Meltzer, saying the latter wasn’t man enough to do that.

“Yeah, but Cody was man enough to apologize to my son when he saw him. You would never get that out of Dave because he simply isn’t a man,” he wrote.

Check out his post below:

@retro_shred @FinalBossXL @davemeltzerWON Yeah, but Cody was man enough to apologize to my son when he saw him. You would never get that out of Dave because he simply isn’t a man.


Cody Rhodes is not a fan favorite going into WWE WrestleMania 42

Cody Rhodes is currently in a heated feud with Randy Orton. Ahead of their much-anticipated clash for the Undisputed WWE Championship at WrestleMania 42, Orton has turned heel and is going after everyone in his path.

However, despite being a heel, The Viper is getting cheered by the fans, and the babyface in this rivalry is getting booed. Fans want the Triple H-led creative team to put the title on The Apex Predator. It will be interesting to see who will come out on top at The Show of Shows.

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-apologized-son-wwe-veteran-controversial-remarks-ex-name-confirms?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