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

Another fan captured the whole incident, and the video has been making rounds on social media. While the face of the person who touched Liv Morgan cannot be seen in the video, he can be heard saying he “did it again” and that touching wrestlers at ringside is his “thing.”


Liv Morgan reflected on a brutal incident that took place before WWE WrestleMania 42

Liv Morgan faced Stephanie Vaquer at WrestleMania 42, where she defeated the latter to win the Women’s World Championship. The Trouble Girl was involved in a scary incident on the road to Showcase of Immortals as her forehead bumped into Roxanne Perez’s when Vaquer attacked them from behind. Morgan explained the situation during a recent episode of WWE Unreal:

“Two weeks before WrestleMania, Stephanie [Vaquer] shoved me from behind. The sound that it made was literally disgusting. Everyone was reacting pretty severely around me. They were horrified. We smashed heads really hard. I just lay down there for a couple extra seconds just to kind of gather myself. I really didn’t know what the damage was. I didn’t want to look at it. I went to go put my hand on my head, and I was like, ‘Holy s**t.’ It’s still squishy. It’s still there. It doesn’t hurt anymore. The blood is draining to my eyes. I wake up every single day and have a reminder of why the f**k I got to kick her a**,” Morgan said.

Despite the injury, Liv Morgan made it to WrestleMania 42, where she won the Women’s World Championship. She is yet to put the title on the line on WWE TV since winning, and her first defense will come at SummerSlam, where she will stand across the ring from IYO SKY.

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-faces-inappropriate-touching-wwe-raw-disturbing-fan-footage-comes-light?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