”
], { 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 Prodigy was even carried out of the arena, and there’s still no update on the injury’s nature. Meanwhile, The Judgment Day’s Liv Morgan was left speechless when she saw the two-time NXT Women’s Champion’s post on X, which revealed the cut.
“!!!!!!!!!!!,” Morgan’s reaction to Perez’s injury on X.
While the injury doesn’t look too severe, Perez still needs approval from the company’s medical team before stepping inside the ring in Riyadh for the Women’s Royal Rumble match.
Liv Morgan and Roxanne Perez lost at WWE Saturday Night’s Main Event
Last year, Liv Morgan returned from a shoulder injury at Survivor Series in San Diego. After the show, she agreed to team up with Roxanne Perez, and the two entered the women’s tag team division on the red brand, where they went after championship gold.
Earlier this year, they earned a shot against RHIYO (Rhea Ripley and IYO SKY) at WWE Saturday Night’s Main Event. Unfortunately, The Judgment Day lost at the event in Canada and returned to the back of the line as a tag team on WWE’s main roster.
The upcoming gimmick match could change their dynamics, as recently, tension was teased amongst the female members during the Royal Rumble Kickoff. Moreover, reports indicate that the management has plans for the 31-year-old heading into The Grandest Stage of Them All.
Regardless of working in a faction, more than two stars cannot win the gimmick match at the event. It’ll be interesting to see what’s next for The Judgment Day in the coming months.
`;
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-top-star-injured-ahead-wwe-royal-rumble-liv-morgan-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













