”
], { 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);
});
});
})();
While fans have been eagerly waiting to see Lee back in the squared circle, according to a report by Fightful, The Geek Goddess is not currently involved in the company’s plans, but things might change.
Moreover, the update also revealed that Lee was never planned to be a full-time star. Rumors that CM Punk was upset about AJ’s booking were also debunked as untrue.
People who work closely with the former Divas Champion confirmed that no plans for her were changed and that there were no backstage issues. Hence, it seems that Lee is done with WWE for the time being.
Meanwhile, her husband and former World Heavyweight Champion CM Punk is also out of action since the post-WrestleMania edition of RAW. He is reportedly coming back to the company soon.
AJ Lee was “deeply depressed” during her recent WWE run
The former Women’s Intercontinental Champion had been vocal about depression and mental health, having gone through a journey of her own, and motivated millions.
In an interview with iHeart Women’s Sports, Lee confessed that even 2025 was her worst mental health, despite her professional wrestling career being revived the same year.
Here’s what she said:
“I’ve been pretty open about how, like, my last year wrestling was my worst mental health year. Like I looked like everything in the world and I’m champion and all this stuff, but I was so deeply depressed, and part of, you know, my journey after was like finding what’s the right treatment for me and becoming a mental health advocate and like becoming a keynote speaker,” Lee said.
That being said, it will be interesting to see when the Stamford-based promotion brings AJ Lee back and what plans Triple H and his WWE creative team have for her on a stacked roster, as she delivered a five-star classic rivalry against Becky Lynch.
`;
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/rumor-aj-lee-done-with-wwe-for-a-while-reports?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













