”
], { 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);
});
});
})();
WWE has their own version of a ring, awarded to the Men’s and Women’s Crown Jewel Champions. The first-ever Women’s Crown Jewel Champion was Liv Morgan in 2024.
In an appearance on the What Do You Wanna Talk About? With Cody Rhodes podcast, Morgan revealed that she always brings her Crown Jewel Ring just to show it off. She also wanted to use it as a weapon and win matches, just like MJF in AEW.
“I keep it in a little satchel and I bring it to TV every week just in case I wanna like whip it out. I wanted to use it. I wanted to like win matches with it and stuff,” Morgan said.
Liv Morgan and MJF are friends in real life. They went viral a few years ago when they were pictured together during a party hosted by CJ Perry, more famously known as Lana. Morgan was also one of several WWE stars at the premiere of the Iron Claw movie, wherein MJF had a role as one of the Von Erich brothers.
Liv Morgan beats Stephanie Vaquer at WrestleMania 42
On Night 1 of WrestleMania 42, Liv Morgan challenged Stephanie Vaquer for the Women’s World Championship. Morgan earned the opportunity after winning the 2026 Women’s Royal Rumble and chose Vaquer as her opponent at WrestleMania 42.
After a hard-hitting build in the Road to WrestleMania, Morgan defeated Vaquer in less than seven minutes to become a three-time Women’s World Championship. The match was solid, but many WWE fans were disappointed that the two ladies didn’t get a longer match.
According to BodySlam.net, the reason why WWE decided to cut the match short is due to both women being very banged up. Morgan famously had a huge hematoma on her head a week before WrestleMania 42, resulting in her having raccoon eyes heading into the Grandest Stage of Them All.
`;
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-wants-pull-iconic-mjf-aew-move-wwe-reveals-secret-cody-rhodes?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













