], { 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);
});
});
})();

On Instagram, Morgan sent a confident message after capturing the WWE Women’s Championship, claiming that she was always aware that she would walk out of WrestleMania 42 as the new Women’s World Champion.

“Told you 🤷‍♀️” wrote Morgan.

Check out Morgan’s post on Instagram:

Liv Morgan on her latest shoulder injury

Liv Morgan suffered a shoulder injury on Monday Night RAW in 2025 while sharing the ring with Kairi Sane in a singles match. Morgan opened up about the injury and detailed it while speaking to Cody Rhodes on the What Do You Wanna Talk About? podcast.

She returned from her injury at the Survivor Series 2025 Premium Live Event and helped Dominik Mysterio beat John Cena for the Intercontinental Championship. This marked the beginning of Mysterio’s second reign as the Intercontinental Champion.

“I was like on a really upward like trajectory and I had a lot of awesome things going on at work. But even though I had all these awesome things going on, I still like wanted more. The world is not enough. Yeah, I was in the middle of like four different amazing things, but I still was like, I can do more and I want more. And then I got injured and I lost it all. And I wasn’t able to make good on anything that I was involved in. And I remember just feeling like, why the fuck was I still wanting more when I had so much in front of me? Like, why wasn’t I enjoying and being present in what I had versus still seeking more, more, more, more?”

Liv Morgan was in action against Sol Ruca on the RAW after WrestleMania 42.

Why did you not like this content?


`;
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-sends-confident-two-word-message-winning-wwe-women-s-world-championship-wrestlemania-42?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

Leave A Reply

Exit mobile version