”
], { 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 the wrestling side, CJ is not active anyway but is on a legends contract. Her husband, Rusev, has been a mainstay on Monday Night RAW since last year. Perry has shown interest in getting back to her role as a manager, which she was before their on-screen breakup in 2019. This was due to her betrayal of Rusev when she left him for Bobby Lashley, only to later be shocked by Liv Morgan herself.
Liv Morgan spoke about her shoulder injury from 2025
After a major shoulder injury sidelined her WWE career, Liv Morgan made a triumphant return at Survivor Series 2025. She ultimately captured the Women’s World Championship at WrestleMania 42 with that momentum.
Appearing on Cody Rhodes’ podcast, “What Do You Wanna Talk About?,” Liv reflected on the upward trajectory she was on in 2025. Liv admitted that she began questioning if her overwhelming momentum prevented her from fully enjoying the present moment.
“I was, like, on a really upward, like, trajectory, and I had a lot of awesome things going on at work,” Morgan said. “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 f*ck 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?”
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-liv-morgan-s-ex-girlfriend-shares-personal-update-involving?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



