”
], { 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);
});
});
})();
After the bout, Cody Rhodes came out to exact revenge for what The Apex Predator did to him a few weeks ago. During this, several security personnel and even Jelly Roll showed up to calm both stars down. However, Roll became the latest victim of Randy Orton, who hit him with a vicious RKO.
Now, The Viper has taken to Instagram to upload a photo of him hitting Jelly Roll with an RKO. In the post’s caption, The Apex Predator mocked the musician by referencing his song.
“Beautifully Broken,” he wrote.
Check out his Instagram post below:
Matt Cardona says he did not face Randy Orton to win on WWE SmackDown
After losing to Randy Orton on this week’s WWE SmackDown, Matt Cardona took to X/Twitter to send a message. The former WWE United States Champion wrote that he did not face The Viper to win the match on the blue brand’s show.
Cardona added that he only wanted to let Orton know that he cannot get away with attacking him last week. The former Zack Ryder also admitted that he was at a disadvantage going into the match because of his injury.
“Last night I was in the main event of #SmackDown… @RandyOrton injured my arm last week. I didn’t want to fight Randy last night to win. I was fighting to show Randy that he can’t just go around and do whatever he wants and expect to get away with it. I was at a disadvantage, but that’s not an excuse. I wanted the fight, and I got my a** kicked. I lost,” he wrote.
It remains to be seen what the Triple H-led creative team has planned for Randy Orton’s future.
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-mocks-latest-victim-wwe-smackdown?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


