”
], { 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);
});
});
})();
A recent social media post from Sportskeeda got the attention of Rhodes. The post featured a collage of Rhodes lifting other stars up on his shoulder. The WWE champion had a humorous response.
“Collect them all! 💥”
However, Bronson Reed was apparently not okay with the prospect of being lifted by Cody Rhodes. He threatened to hit the WWE star with a Poisonrana if there was an attempt to lift him.
“Don’t ever try ….Poisonrana!”
You can check out the post below:
A WWE veteran recently criticized Cody Rhodes’ run
According to Eric Bischoff, Cody Rhodes has outgrown his babyface persona in the Stamford-based promotion.
Speaking on his 83 Weeks podcast, Bischoff claimed that he was tired of seeing Rhodes as a good guy. He said:
“I hate saying this because I really have so much respect for Cody and affection for the entire family, not just Cody. I’m over Cody as a babyface champion. It’s not that I don’t like it. It’s just that I’ve kind of had my fill of it,” he said.
Bischoff noted that Rhodes’ character has gotten stale, and was in need of change.
“There’s just not a lot of desire for me to see what the next iteration of Cody as a babyface is going to bring because we’ve been seeing it a lot for the last couple years,” he added.
Bischoff has previously pitched the idea of Cody Rhodes turning heel. While there are certainly some instances where Rhodes has toed the line, it remains to be sene whether he will eventually cross over to the dark side and become a ful-fledged heel.
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-wwe-star-threatened-attack-cody-rhodes?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



