”
], { 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 latest edition of the red brand’s show, Becky Lynch and Liv Morgan interrupted Stephanie Vaquer’s promo. The three stars seemingly confirmed a three-way battle over the Women’s World Championship.
Earlier today, Liv Morgan posted an update on X (Formerly Twitter) while staying in character to mock Vaquer and Lynch. She called the Irish star “selfish” and noted that the latter shows up at work only to chase titles. Morgan also called out the Chilean star for being absent and referred to herself as the greatest Women’s World Champion of all time.
Becky Lynch did not take much time to respond to Liv Morgan’s remarks. Staying true to her onscreen persona, she used her popular “Sports Illustrated” catchphrase. Lynch noted that the popular sports media franchise did not agree with Morgan’s claim.
“That’s not what Sports Illustrated says…” Lynch wrote.
You can check out her tweet below:
Liv Morgan responded to Becky Lynch
Liv Morgan isn’t the one to hold back. She wasted no time in getting back to The Man.
The member of The Judgment Day not only fired shots at Lynch, but she also mocked Sports Illustrated. In an unhinged response, Morgan noted that it would not be the first instance of the sports media franchise having an extremely bad opinion.
“It wouldn’t be their first shit opinion,” Morgan wrote.
Liv Morgan defended the Women’s World Championship for the first time at WWE SummerSlam. She defeated IYO SKY in an engaging contest at The Biggest Party of the Summer.
With Becky Lynch and Stephanie Vaquer making their intentions crystal clear, it appears that the fans will not have to wait much longer for Morgan’s next title defense. It will be interesting to see whether either of the two can take the gold off the 32-year-old.
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-becky-lynch-fires-backs-liv-morgan-s-selfish-comments?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



