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

However, the biggest storyline going into the match was the presence of Becky Lynch, who was appointed special guest referee after the controversial events surrounding Morgan and Vaquer’s previous encounters.

During the closing moments of the Santiago match, Morgan appeared to have the championship within reach. However, Lynch became directly involved in the finish, refusing to make the count after Morgan hit her Oblivion finisher on Vaquer. Lynch taunted Morgan before eventually counting Vaquer’s pinfall after the challenger connected with her Corkscrew Moonsault.

As a result, Stephanie Vaquer defeated Liv Morgan and became the new WWE Women’s World Champion, ending Morgan’s 147-day reign. The title change was especially memorable because it happened in Vaquer’s home country, giving the Chilean superstar an emotional championship moment in front of her hometown fans.

But from Morgan’s perspective, the controversy surrounding Becky Lynch’s officiating gives her plenty of reason to believe that she could have walked out of Santiago as champion.


Liv Morgan’s title defense before the Santiago match

Morgan had already retained the championship against Vaquer on the September 7 episode of WWE RAW. That match ended in controversy after interference involving the Judgment Day and Lynch.

The two women met again at a live event in Buenos Aires, Argentina, where Morgan once again successfully defended her championship. WWE subsequently ordered another rematch in Santiago, this time with Lynch serving as the official.

The situation also adds another layer to the increasingly personal rivalry between Morgan and Lynch. The Man has been connected to Vaquer’s pursuit of the championship, while Morgan has repeatedly found herself surrounded by interference from her Judgment Day girlfriends during her title defenses.

For Liv Morgan, losing the championship this way could become another chapter in her character’s story. Whether WWE treats La Primera’s win as final or uses the controversial finish to set up another confrontation remains to be seen.

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-would-ve-retained-the-wwe-women-s-world-championship-if-it-wasn-t-for-controversy?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