”
], { 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);
});
});
})();
A video of Morgan spitting out her gum towards the WWE fans in the front row circulated on social media.
Watch Morgan spit out her gum at the WWE fans:
Raquel Rodriguez Talked About Liv Morgan’s Forehead Injury
Liv Morgan suffered a forehead injury several months back when she was shoved onto Roxanne Perez backstage on WWE RAW. At the time, Morgan was feuding with Stephanie Vaquer and was after La Primera’s Women’s World Championship. Vaquer ambushed The Judgment Day women backstage on RAW, leading to a major injury.
Speaking on Girl Meets Pod, Morgan and Perez’s Judgment Day stablemate, Raquel Rodriguez, revealed that the Women’s World Champion is still undergoing treatment for the injury. The Women’s Intercontinental Champion added that the injury has not fully healed, but she remains hopeful that Morgan won’t require surgery for it.
“Lymphatic or cupping, I think, is what they’re doing here. I think she talked about getting maybe like a lidocaine shot just to help it as well. Hopefully, she doesn’t need surgery for something like that, but I just hope it keeps going down. Yeah. It’s been since April. That’s long ago.”
Morgan defeated Vaquer at WrestleMania 42 to win the Women’s World Championship. She dethroned the former champion after interference from fellow Judgment Day members, Perez and Rodriguez.
The reigning champion could end up defending her title in a Triple Threat Match against Vaquer and Becky Lynch. The two former Women’s World Champions are chasing the gold.
`;
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-watch-wwe-fans-fight-over-liv-morgan-s-chewing-gum?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













