”
], { 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);
});
});
})();
#4. The Judgment Day
Liv Morgan, Roxanne Perez, and Raquel Rodriguez are confirmed to be participating in the Women’s Royal Rumble Match tomorrow. During the Kickoff show, Michael Cole asked a question that may have hinted that things aren’t okay within The Judgment Day.
Cole asked what would happen if they were the last three people in the match, to which the trio seemed to struggle to find an answer before being interrupted by Bayley and Lyra Valkyria.
#3. Logan Paul and Bron Breakker
Michael Cole played devil’s advocate and tried to instigate issues between The Vision. The faction has collectively decided that Bron Breakker should win the Men’s Royal Rumble Match and headline WWE WrestleMania 42. Logan Paul initiated this conversation, to which the rest of the group seemed on board with.
However, during the Kickoff show earlier today, Cole questioned Logan if he would really sacrifice himself and his championship aspirations to let Breakker win. The Maverick is unlikely to put anyone else above him, and Cole highlighted it perfectly, seemingly teasing a split tomorrow.
#2. Alexa Bliss and Charlotte Flair to split at the Royal Rumble?
Alexa Bliss and Charlotte Flair are set to participate in the Women’s Royal Rumble Match, and both want to win it. On the SmackDown before the PLE, the duo seemingly got into an argument after Flair suggested that Bliss would help her win the 30-person bout.
The Five Feet of Fury made it clear that their friendship would take a backseat when it came to the Rumble and even told The Queen that not everything was about her. Before the argument could progress, they were interrupted by The Judgment Day.
#1. Bron Breakker and Austin Theory
As mentioned above, The Vision has chosen Bron Breakker to win the upcoming 30-person match. However, can they stay on the same page?
When Michael Cole tried to get answers from the other members on the Kickoff show, he specifically mentioned that Theory had worked hard to get to this spot and wondered if he was willing to give up a potential WrestleMania main event spot for Breakker.
`;
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/4-betrayals-wwe-teased-2026-royal-rumble?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













