”
], { 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 Apex Predator capitalized on the situation and delivered an RKO to Rhodes as well to win the match. This victory earned him a shot at McIntyre’s WWE Undisputed Championship at WrestleMania 42.
Now, taking to TikTok, the 14-time World Champion posted an interesting video. In the clip, Orton is seen playing with his action figure, hitting an RKO on McIntyre’s miniature replica. He then reveals himself and places the WWE Title toy belt on his shoulder, signalling he is eyeing World Title number 15. A user on X reposted the video, writing that it was a “WrestleMania spoiler.”
Orton and McIntyre also share history when it comes to the WWE Championship. During the pandemic era, the Scottish Warrior successfully defended his Title against Orton twice.
However, the veteran beat him in a Hell in a Cell match to win his 14th World Title. McIntyre would regain the Championship in a No Disqualification match on RAW.
Randy Orton set a unique record with Elimination Chamber win
The 2026 men’s Elimination Chamber match was the 10th time Randy Orton found himself inside the steel structure.
This was his second win in the match, making him only the second superstar to win the Chamber match twice after Edge and also joining the Rated R Superstar in being the only two stars who have been eliminated first twice from the match.
Orton won the 2014 contest in addition to his recent victory, while he was eliminated first in the 2010 and 2021 editions of the match.
`;
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-wrestlemania-42-spoiler?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













