”
], { 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);
});
});
})();
Randy Orton returned to the squared circle at Survivor Series: WarGames 2023 after undergoing intensive multi-level fusion back surgery. Sean Ross Sapp stated that considering an 18-month absence from WWE programming, the global juggernaut could have added that time away to his existing contract. However, the wrestling promotion decided against using the technicality against the veteran and instead offered The Apex Predator a new deal months ahead of the expiration of his existing contract.
Sean Ross Sapp further noted that he thinks Randy Orton signed another five-year deal with World Wrestling Entertainment in 2024, meaning that The Viper will be a part of the global juggernaut at least until or through 2029.
Former WWE Superstar claimed he was originally planned to wrestle Randy Orton at WrestleMania 42
Randy Orton challenged Cody Rhodes for the Undisputed WWE Championship at WrestleMania 42. Unfortunately, he failed to dethrone The American Nightmare.
However, during a recent appearance on the ZELVX and CHARLIE GIRL YouTube channel, Aleister Black disclosed that the jacket he wore at a recent wrestling show was meant for WrestleMania 42. The former WWE Superstar noted that the original plan was for him to wrestle Orton on the Grandest Stage of the Them All, but it did not happen.
“I was able to debut my smoking jacket, which is a funny story because four months before WrestleMania, this is not a knock on Seth because Seth had no idea, but I started talking to Jason (Baker), and I said, ‘I have this smoke device, and I want to put it under my cloak, and during our entrance, she would have the remote and when I roll in and sit, she would press the button and smoke would come out of my jacket. Initially, the plan was for WrestleMania because up until that point, the pitch for me and Randy Orton was WrestleMania. Obviously, that never saw the light of day, but I didn’t want to dump the jacket,” Black said. [H/T: Fightful]
Randy Orton continues to express his desire to win the Undisputed WWE Championship. Only time will tell if he gets his hands on the gold to become a 15-time world champion.
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/rumor-surprising-details-randy-orton-s-wwe-contract-report?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



