”
], { 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);
});
});
})();
#5. Cody Rhodes
If the creative team is planning for Cody Rhodes vs. Roman Reigns III, The American Nightmare might eliminate The Head of the Table from the Royal Rumble Match. Earlier, there were rumors that Rhodes could face the OTC at WrestleMania 42. A potential elimination angle could set the stage for a rubber match between them in the near future.
#4. Bron Breakker
Bron Breakker is currently part of The Vision on Monday Night RAW. The Dog of WWE is presently suspended, but Adam Pearce has invited him to the upcoming edition of the red show, where his suspension could be lifted.
Considering the former NXT Champion’s recent dominance, he is one of the favorites to win the 2026 Royal Rumble Match. Even if he doesn’t win the Rumble, Breakker could be the one to eliminate Reigns from the bout. This might lead to a singles showdown between them, elevating Breakker’s status in the sports entertainment juggernaut.
#3. WWE legend Brock Lesnar
Brock Lesnar is advertised for the forthcoming premium live event in Saudi Arabia. The Beast Incarnate will likely enter the Men’s Royal Rumble Match. If it happens, The Mayor of Suplex City could eliminate Reigns from the contest.
Lesnar and Reigns already have a storied history in the company. Moreover, neither star is currently engaged in a major feud. Hence, if the creative team wants to run back their feud for WrestleMania 42, The Beast could eliminate the former Undisputed WWE Champion from the 2026 Royal Rumble Match.
#2. Seth Rollins
Seth Rollins is on hiatus from WWE due to a real-life injury. The Visionary recently disclosed that he might be back on track to return for WrestleMania 42. If The Architect miraculously recovers in time for Royal Rumble in Saudi Arabia, he could enter the Rumble match and eliminate Roman Reigns.
Rollins and Reigns have unfinished business to settle. The Visionary eliminating the OTC from the match will reignite their rivalry.
#1. Director of TKO Group, The Rock
The Rock is unlikely to enter the Men’s Rumble Match. However, if The People’s Champion shocks the entire world by participating in the over-the-top rope contest, he might eliminate the OTC. This could be done to finally set up a dream feud between the two stars for The Grandest Stage of Them All.
`;
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/5-wwe-stars-eliminate-roman-reigns-royal-rumble-match-year-08be04a1?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













