”
], { 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 the final moments of the contest, Morgan made her surprise return from injury. She quickly targeted “Dirty” Dom, teasing a face turn. The Miracle Kid then jumped on John Cena to share an intimate moment, but it turned out to be a ruse. The Women’s World Champion delivered a vicious low blow to the WWE legend, allowing Dominik to regain the Intercontinental Championship.
In the latest season of Unreal on Netflix, WWE released backstage footage from Survivor Series: WarGames 2025. Episode two of the show featured a behind-the-scenes conversation between The Last Real Champion and Morgan following the low blow angle during the Intercontinental Championship match.
“I didn’t know if I (…) hurt your b**ls. I was nervous. I went (…) Loved it. I pulled no punches. I went straight for it. Bam,” Morgan said.
You can watch a clip of Cena’s exchange with Morgan below.
Liv Morgan will defend her Women’s World Title at SummerSlam 2026
Liv Morgan has had a fantastic run since returning from injury at Survivor Series: WarGames 2025. She won this year’s Royal Rumble Match before capturing the Women’s World Championship from Stephanie Vaquer at WrestleMania 42.
Earlier this year, The Miracle Kid reached the final of the 2026 Queen of the Ring Tournament. However, she lost to IYO SKY, failing to earn a shot at the WWE Women’s Championship at SummerSlam.
The Genius of the Sky immediately challenged Liv Morgan to a Women’s World Championship match after winning the Queen of the Ring Tournament. Now, the duo will collide for the coveted gold at The Biggest Party of the Summer in Minneapolis.
If you use quotes from the article, please credit WWE: Unreal on Netflix and give an H/T to Sportskeeda 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-i-know-i-hurt-b-ls-liv-morgan-s-backstage-conversation-wwe-icon-revealed?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


