”
], { 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);
});
});
})();
Morgan claimed she was set to become the longest-reigning Women’s World Champion in history, something that Vaquer noted was actually doable if she defended the title.
Morgan fired back to make it clear that she was never at work, so she couldn’t defend it against her anyway.
Stephanie Vaquer’s injury messed up Liv Morgan’s Women’s World Championship reign following WrestleMania 42
Following WrestleMania, Liv Morgan was supposed to step into a storyline with Stephanie Vaquer, but because of her injury, she was unable to do this.
Vaquer was out of action for several months, which left Morgan with no challengers to her title, and it meant she was unable to defend it. The Women’s Champion was then forced to step into the Queen of the Ring tournament because she didn’t have anyone on her level to challenge her at the time.
Liv Morgan herself didn’t know she would be in the tournament until it was announced, and it was something she was then forced to roll with.
Morgan recently defended her title at SummerSlam against Iyo Sky in what was a fantastic match that many believed Sky would win, since Morgan had been cursed, but this wasn’t the case.
The Women’s World Champion has since pushed forward and is now in a position where she has two women coming for her title, who have both taken a lengthy stint away from WWE recently.
This could be the reason for the shot that was fired from Morgan, since she has been there every single week whether or not she was defending her title. That being said, Lynch and Vaquer have taken several months off and only recently returned to be part of the build up to Money in the Bank in October.
`;
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-u-never-work-liv-morgan-viciously-calls-fellow-wwe-star?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













