”
], { 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 promotion also tagged both Lee and Lynch in the post, and the former champion responded in the comments section.
“Yo asking me to collab on this post is cold blooded lolol,” she wrote.
Lee captured the Women’s Intercontinental Championship from Lynch at Elimination Chamber 2026, but her title reign was short-lived. Big Time Becks is scheduled to appear on WWE RAW next week following her victory at WrestleMania 42.
Konnan claims AJ Lee hasn’t been that good on WWE TV
Wrestling veteran Konnan recently suggested that AJ Lee’s return to the company has been underwhelming.
Speaking on his Keepin’ It 100 podcast, the legend noted that fans popped for the former Divas Champion when she first returned, but she had lost some momentum. He also claimed that her promos were not engaging, and her dialogue came off as unnatural.
“Yeah, this is what I thought. When Lee first came back, since she hadn’t been around in eight years or whatever it was, everything she said the people were into, right? They were popping for just about everything she said, including the mental health issue, right? Now that that’s been brought up about two or three or four, I don’t know how many times, it just feels like unnatural dialogue, just like you said, and I think they’re giving her too much dialogue and she really isn’t that good,” he said.
AJ Lee was absent from the promotion for over a decade before her return at Wrestlepalooza 2025. She teamed up with her husband, CM Punk, to defeat Becky Lynch and Seth Rollins at the event last year. Punk lost the World Heavyweight Championship to Roman Reigns in the main event of WrestleMania 42. It will be interesting to see what WWE has planned for AJ Lee after she lost the Women’s Intercontinental Championship on The Grandest Stage of Them All.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-cold-blooded-aj-lee-calls-wwe-insensitive-message?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


