], { 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 signing the contract, The Apex Predator shockingly turned on his former Legacy teammate. He completely destroyed The American Nightmare, leaving him busted open. Their segment ended with Orton embracing his heel turn while sitting inside the ring with the WWE Title in his hands.

Now, the 14-time World Champion has taken to Instagram to share the aftermath of what he did to Cody Rhodes. The Viper uploaded a backstage picture of himself in which his hand can be seen full of Rhodes’ blood. In the post’s caption, Orton sent a message to The American Nightmare, highlighting that the latter himself wished for the old Randy Orton to return.

“Be careful what you wish for…,” he wrote.

Check out his Instagram post by clicking here.


Tommy Dreamer believes Randy Orton could be talking to a WWE legend ahead of Cody Rhodes match

On the latest edition of Monday Night RAW, Randy Orton was seen in a backstage segment talking to someone on the phone. Although the Triple H-led creative team hasn’t revealed who the person was on the phone with The Viper, Tommy Dreamer believes it could be a WWE legend.

During a recent edition of Busted Open, Dreamer said that he believes The Rock could be talking to Randy Orton on the phone during the red brand’s show.

“I think The Rock’s talking to Randy Orton. Well, I mean, when he said there’s another royal family. I’m like, ‘Is he talking to Cowboy Bob Orton? I understand it.’ Your grandfather was a great draw. Your father was a great draw, but then I’m also trying to think who the other royal family [is]? And the other royal family is The Rock,” Dreamer said.

Dreamer could be right, as The Rock has a history with Cody Rhodes. It remains to be seen what the Triple H-led creative team has planned for Randy Orton at WrestleMania 42.

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-randy-orton-shares-brutal-aftermath-cody-rhodes-assault-sends-wwe-champion-message-be-careful?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