”
], { 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);
});
});
})();
In a recent WWE watch-along, the ladies of The Judgment Day reacted to last year’s gimmick match in Indiana. Around the 33:50 mark in the video below, Morgan got furious when the camera panned away from her, and Big Mami Cool pulled off a tag-team move. Later, she walked out of the watch-along, and Perez and Rodriguez reacted.
“They didn’t even get it [tag team move]? The disrespect! I’m done with this. I’m not watching this s**t anymore. The disrespect of this camera to not catch our signature tag team move, the roll up powerbomb. I’m done. I’m done with this. I’m really done with this. The disrespect of this Royal Rumble to not show my s**t,” Morgan said.
Both Raquel Rodriguez and Roxanne Perez tried to reason with Morgan and sided with her when she walked out.
“She needs a break,” Rodriguez said.
“Just cool off. It’s okay,” Perez said.
Liv Morgan could win at WWE Royal Rumble 2026
In November 2025, Liv Morgan returned to the Stamford-based promotion and reunited with The Judgment Day and Dominik Mysterio. It took a while for her to return to the ring, and she began teaming with Roxanne Perez. Unfortunately, they failed to capture the WWE Women’s Tag Team Championship from RHIYO.
Multiple reports have suggested that the management has plans for the 31-year-old star at The Grandest Stage of Them All, and it could begin in the coming days in Riyadh. Last year, Jey Uso failed to defeat Gunther at Saturday Night’s Main Event before winning the Men’s Royal Rumble.
While the company might not do it similarly, based on the recent reports, there’s a high chance that Morgan wins the Women’s Royal Rumble match in 2026. It’ll be interesting to see what’s next for Liv Morgan on the red brand heading towards WrestleMania 42 in Nevada.
If you use quotes from the article, please credit WWE and provide an H/T to Sportskeeda Wrestling for the transcription.
`;
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-liv-morgan-furiously-walks-out-the-judgment-day-reacts?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













