”
], { 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 recently appeared on JaackMaate’s Happy Hour, where she opened up about hating having her hair pulled, saying she has the “ick.”
“It actually happened to me this past week, Charlotte Flair one of the most decorated wrestlers of all time, I’m so much better than her. I beat her and I’m tapping her out because I’m just that f**king strong, and she pulled my hair, already in defeat because she’s just salty. I hated it, I hated it. I have the ick,” she said. [H/T: WrestleTalk]
After winning the QOTR, IYO SKY chose to challenge Liv Morgan for the Women’s World Championship at SummerSlam. On the latest episode of RAW, The Judgment Day brutally attacked The Genius of the Sky.
Liv Morgan reveals why she was scared when she joined WWE
Liv Morgan recently broke character while answering a fan’s question on Cameo and revealed why she was scared when she first joined WWE.
“You can do anything you put your mind to. It’s scary to try new things at first. When I first started wrestling, I was so scared. Doing an entrance scared me. The thought of having people staring at me scared me. Learning wrestling moves for the first time scared me. All of it really scared me. I was not a performer at all. But when you take risks in life and when you do things that are scary to you, I feel like you can have such crazy, beautiful blessings and blessings in disguise. Try them, push past your fears a little bit,” Morgan said.
Liv Morgan will look to retain her Women’s World Championship against IYO SKY at The Biggest Party of the Summer.
`;
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-i-hated-it-liv-morgan-reveals-her-biggest-in-ring-ick-after-charlotte-flair-incident?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













