”
], { 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);
});
});
})();
The Best in the World appeared on the latest edition of Hot Ones: Extra Heat on Netflix. Interestingly, Liv Morgan also joined Punk for a segment on the show. During the chat, The Miracle Kid praised the veteran before comparing him to Dominik.
“This man’s an icon, but you know, Dominik Mysterio is still so much better,” Morgan said.
The comparison didn’t sit well with the former World Heavyweight Champion. Punk, in character, called out Morgan for leaving the show midway, teasing a potential WWE feud.
“Yeah, just like Dominik Mysterio, a real chickensh*t runs out of the ring when the action gets hot,” Punk said when Morgan left the ring.
Punk shares an adversarial relationship with Dominik Mysterio on WWE programming. The duo often takes jabs at each other on television and social media platforms.
Liv Morgan Took a Shot at CM Punk and AJ Lee
Liv Morgan and Dominik Mysterio have been an on-screen relationship since SummerSlam 2024. They are among the most despised couples on WWE TV. Meanwhile, CM Punk and his real-life wife, AJ Lee, are huge fan favorites in the world of pro wrestling. Many fans want the two sides to square off inside a ring.
In 2024, on Instagram, Punk questioned The Miracle Kid’s choice in men, taking a shot at Dominik Mysterio. Morgan responded to The Best in the World by writing that she couldn’t understand why Lee married him.
AJ Lee has been away from WWE TV since WrestleMania 42. Will she return to help CM Punk in a potential feud against The Judgment Day duo? Only time will tell.
`;
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-cm-punk-tease-potential-wwe-storyline?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













