], { 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 and Orton had been embroiled in a heated rivalry heading into their match in Atlanta. The feud began when Orton returned at SummerSlam and hit the QB1 with an RKO, costing him the title match against then-Undisputed WWE Champion CM Punk.

Orton ultimately defeated Rhodes after using a low blow and hitting an RKO at SNME. The American Nightmare had a chance to use a more ruthless approach during the match but hesitated, allowing The Viper to capitalize.

It will be interesting to see how Cody Rhodes reacts to his loss against Randy Orton during his sit-down interview.


Cody Rhodes reveals why WWE got “mad” at him

During his first WWE run that lasted from 2006 to 2016, Cody Rhodes played several different characters. One of them was ‘Undashing’ Cody Rhodes. The company was unhappy with The American Nightmare for refusing to do a certain thing.

Speaking with James Sweetnam of Sporf, Rhodes revealed that he refused to put bags over “ugly” fans, something that didn’t sit well with the company.

“They always would get mad at me backstage because I wouldn’t put them on the ugly people. But that’s because I’m not going to seek someone out and shove a bag on their head. That seems like assault; versus the fans in the crowd, they’re like, ‘I want the bag.’ It was always a bit,” he said.

Rhodes went from being ‘Dashing’ to ‘Undashing’ as a result of a legitimate nose injury that he suffered in a match against Rey Mysterio.

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-wwe-drops-bombshell-announcement-cody-rhodes-future?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