”
], { 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);
});
});
})();
Following SummerSlam, Randy Orton and Cody Rhodes engaged in a back-and-forth promo battle on SmackDown. This week, Nick Aldis booked Rhodes in a singles match against Sami Zayn. If Zayn had won, he would have earned an Undisputed WWE Championship shot. However, the bout never started, thanks to The Viper.
Randy Orton blindsided The American Nightmare during his entrance, leading to an all-out brawl. WWE officials rushed in to separate the duo, but they couldn’t stop the 15-time World Champion.
At one point, Orton ruthlessly attacked a WWE official at ringside and continued targeting Rhodes. The Viper may now be in trouble with the sports entertainment juggernaut for putting his hands on an official and disrespecting authority.
Later in the segment, Orton attempted to smash Rhodes’ head with a steel chair. However, The American Nightmare recovered in time and delivered a low blow to his former mentor. Rhodes stood tall to conclude the program.
The Viper has a history of assaulting WWE officials. He has been fined and suspended many times for his actions in storylines. Fans must stay tuned to find out if the company punishes Orton for his actions again.
Randy Orton lost to Cody Rhodes again before WWE SmackDown
Randy Orton and Cody Rhodes have been feuding since the Road to WrestleMania 42. The Viper backstabbed Rhodes after winning the Men’s Elimination Chamber Match and earning a shot at the Undisputed WWE Championship at ‘Mania. Despite having Pat McAfee by his side, Orton failed to secure the gold at The Show of Shows.
Following his loss at ‘Mania, The Viper went on hiatus. Orton returned to in-ring action at a WWE Live event in Manchester on August 13. He battled The American Nightmare in a Street Fight on the house show. Unfortunately for the legend, he lost to the second-generation wrestler again.
Orton and Rhodes are widely expected to lock horns in a televised rematch soon. The duo could square off at Sunday Night’s Main Event in Atlanta, Georgia, on September 5.
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-randy-orton-something-smackdown-may-get-trouble-wwe?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



