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

Perry also took a shot at Charlotte Flair, who had to be helped to the back by Alexa Bliss. Flair had called herself “the people’s queen” on social media. The former Lana said there was only one “people’s princess” and it was The Miracle Kid. Perry lauded her friend’s performance, evidently impressed that Morgan went after Flair’s injured knee, saying, “she’s perfect.”

“What do you guys think about the match: Charlotte [Flair] vs Liv Morgan? I personally loved-loved-it-loved-it. I know everyone was up in arms that Charlotte won [sic], but she’s claiming to be ‘the people’s princess’ [sic], […] Umm anyhoo! Let’s be honest now, the only ‘people’s princess’ is Liv Morgan, and she’s perfect. And I thought that match slayed, and I love how–that she went for the knee, which shows you how smart Liv Morgan is. Whooooo!” Perry said.

You can check out Perry’s Instagram reel by clicking here.

CJ Perry and Morgan are close friends outside of World Wrestling Entertainment. Morgan played Lana’s girlfriend onscreen in late 2019, in a storyline also involving Perry’s real-life husband, Rusev, and former WWE Superstar Bobby Lashley.


Liv Morgan’s QOTR Semi-Final Opponent Gives Herself New Name

After putting in a monstrous effort in her semifinal against Liv Morgan, The Judgment Day member was finally able to pick up the win over Charlotte Flair.

Being the experienced and wily character that the reigning Women’s World Champion is, she went straight for Flair’s injured knee right off the bat. In fact, she didn’t even wait for the bell to ring before attacking The Queen’s injured foot.

Despite throwing everything she had, The Queen finally tapped out to a Boston Crab when the pain became unbearable. After her bout, a defiant Flair took to X/Twitter to call herself “the people’s queen.”

the people’s queen ♾️💎🦋

For Charlotte Flair, her Queen of the Ring Tournament came to a crashing halt, but Morgan continues her journey in a bid to become double world champion as she now faces IYO SKY in the final at Night of Champions in Riyadh, Saudi Arabia, later this week.


If you use the above quote, please credit CJ Perry’s Instagram and give an H/T to Sportskeeda Wrestling for the transcription.

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-wwe-star-liv-morgan-s-ex-girlfriend-she-s-perfect?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