”
], { 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);
});
});
})();
“I’m nothing if not romantic! Best in the world third wheel!! @cmpunk @theajmendez,” she wrote.
Roman Reigns won the Men’s Royal Rumble match earlier this year and selected CM Punk as his WrestleMania opponent. The two stars closed this past Monday’s episode of WWE RAW with a promo before their title match this weekend.
AJ Lee has been in a rivalry with Becky Lynch since last year. Lee captured the Women’s Intercontinental Championship from The Man at Elimination Chamber 2026. The veteran will be defending the title against Lynch this weekend at WrestleMania 42.
CM Punk comments on potential heel turn in WWE
CM Punk recently discussed the possibility of him turning heel on WWE television.
In an interview with Complex, The Second City Saint addressed a potential heel turn and noted that it backfired on John Cena last year. The 47-year-old also suggested that fans would wind up cheering for him more if he turned heel.
“What’s so strange about that is everybody loves me now. You’ll be such a great villain that people wind up loving you. Fans at C2E2 came through the line, ‘You gotta turn heel. We need you to be a heel.’ The thing is, if I turn heel, it would make me an even more enormous babyface. They would still cheer. We watched it in real time backfire on John Cena. John wanted to try something new, he was retiring, he thought it could be fun. I thought it was fun, but people just wanted the greatest hits,” Punk said. [H/T: Fightful]
It will be fascinating to see if Punk and AJ Lee can retain their WWE titles at WrestleMania 42 this weekend.
`;
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-major-star-hilariously-ruins-heartfelt-moment-cm-punk-aj-lee?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













