”
], { 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);
});
});
})();
Speaking to Compas On The Beat, the star made her feelings about her Judgment Day ‘sisters’ (Liv Morgan and Raquel Rodriguez) very clear:
“You know, I think I like my sisters, you know? You know, I really love my sisters. So I wouldn’t ever do anything to stab them in the back. That’s not me. I’ve been stabbed in the back by a well-known person named Cora Jade, now Elayna Black, and that did stick with me. So I think everybody tries to say that, like, I have some… some underlying motives, and I think all I’ve ever done is try to prove myself to the Judgment Day, try to prove to them that I will be there through thick and thin, that I would do anything that the Judgment Day needs me to, and I think I proved that the last year and a half. So it kind of makes me upset when people think that I’m just gonna stab my friends in the back, because I don’t do that,” Roxanne Perez said. [H/T – Fightful]
This year’s Money in the Bank event is set to take place on October 10 in New Orleans, Louisiana. If Roxanne Perez wanted to cash in her contract/briefcase (after potentially winning it), WWE Women’s Champion Chelsea Green would be the obvious target. Before this, though, it’s important to note that Perez has yet to qualify for the 2026 Women’s MITB Ladder Match.
Liv Morgan Already Betrayed A Judgment Day Teammate In WWE (Kind Of)
Looking at Liv Morgan’s antics earlier this year, maybe Roxanne Perez should reconsider betraying her Judgment Day sister. At WWE Royal Rumble 2026, Morgan ended up winning the annual 30-woman contest, but not before causing some controversy.
She eliminated Raquel Rodriguez at one point in the match. Now, of course, the two women are still on the same page. But for how long? The Judgment Day is a faction prone to betrayals, so it would not be surprising at all to see Liv Morgan getting a taste of her own medicine.
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-wwe-star-reveals-if-she-will-betray-her-sister-liv-morgan?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


