], { 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);
});
});
})();

The Viper took to social media today to respond to the injury rumors and claimed that it was not the case. Orton also suggested that he was enjoying a summer vacation before returning to capture the Undisputed WWE Championship. You can check out his message below.

“Lmao just milking it guys, leave me alone I’m trying to enjoy my summer before I come back and take that #15,” he wrote.

Orton aligned with Pat McAfee on the road to WrestleMania 42 in a storyline that was rejected by the WWE Universe. The Apex Predator betrayed McAfee at The Show of Shows and planted the former NFL punter with an RKO out of nowhere.

Rhodes capitalized on the distraction and escaped with a pinfall victory. After the match, Orton punted the champion in the head before going on hiatus. Rhodes is scheduled to defend his title against Gunther at Clash in Italy on May 31.

Former WWE star believes Randy Orton should have won at WrestleMania 42

Wrestling veteran Maven recently suggested that Randy Orton should have defeated Cody Rhodes at WrestleMania.

Speaking on the INSIGHT podcast, the popular star stated that Orton was born to be a professional wrestler, and WrestleMania should have been a crowning moment for him.

“This is Randy’s ‘Mania, in my opinion. And Pat being in it is, like, listen, he’s a great addition. If Pat McAfee can help eyeballs come to WrestleMania, what’s the harm? But to me, this is all set up for just Randy to have his, well, and I don’t wanna say his ending, but just that, like, let him have the ball one more time. Because if there’s anybody, like, if there’s anybody that was born to be a wrestler, it was Randy Orton,” he said.

The reason Randy Orton didn’t win the Undisputed Title at WrestleMania 42 and has remained off WWE TV since then is reportedly due to a significant back injury. (@WONF4W)

Only time will tell when the 46-year-old will be cleared to return to the ring on WWE television.

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-fires-back-injury-rumors-amid-wwe-hiatus?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