”
], { 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);
});
});
})();
Netflix recently dropped the third season of WWE Unreal, and Liv Morgan detailed the gruesome injury she suffered ahead of WrestleMania 42. The current Women’s Champion revealed everyone around her was horrified, and she didn’t initially want to look at the large hematoma on her head.
You can check out the video here. LINK.
“Two weeks before WrestleMania, Stephanie [Vaquer] shoved me from behind. The sound that it made was literally disgusting. Everyone was reacting pretty severely around me. They were horrified. We smashed heads really hard. I just lay down there for a couple extra seconds just to kind of gather myself. I really didn’t know what the damage was. I didn’t want to look at it. I went to go put my hand on my head, and I was like, ‘Holy s**t.’ It’s still squishy. It’s still there. It doesn’t hurt anymore. The blood is draining to my eyes. I wake up every single day and have a reminder of why the f**k I got to kick her a**,” Morgan said.
The 32-year-old WWE star will have her first title defense in Minnesota.
Liv Morgan will compete at WWE SummerSlam 2026
After she won the Women’s World Championship from Stephanie Vaquer, Liv Morgan didn’t have challengers lined up for her on the red brand. She eventually entered the Queen of the Ring tournament and ultimately lost to IYO SKY in the finals when she got cursed by Danhausen.
After the match in Saudi Arabia, The Genius of the Sky picked Morgan and the Women’s World Championship at SummerSlam in Minnesota. The match might not go well for the champion, as Danhausen cursed her and The Judgment Day a while ago on the red brand.
If you use quotes from the article, please credit WWE Unreal and provide an H/T to Sportskeeda Wrestling for the transcription.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-the-blood-draining-eyes-liv-morgan-details-gruesome-injury-wwe-unreal?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




