], { 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 wrestler in question is none other than former WWE Divas Champion Paige. The Anti-Diva was betrayed by The Bella Twins after the 6-women tag team match on Night 1 of SummerSlam 2026. Paige and The Bellas had teamed up to take on Fatal Influence. Unfortunately, the veterans lost the match, which led to Nikki and Brie Bella turning on their friend and tag team partner, Paige.

Following the betrayal, fans online were convinced that this was the perfect time for AJ Lee to make her return. It is to be noted that the last time Paige and Lee teamed up, it was indeed against the Bella Twins at WrestleMania 31.


Has an Unfortunate Injury Ruined AJ Lee’s Return?

While fans were speculating Lee would return and team up with her former tag team partner, an injury update has left fans disappointed. The 6-women tag team match at SummerSlam not only resulted in the Bellas turning on Paige, but a major star also suffered an injury.

The injured star is none other than Brie Bella. During the aforementioned match, Bella injured her right shoulder. Brie Bella later, while speaking on The Nikki & Brie Show, provided an update.

“He was like, ‘You know, it’s really hard to break your scapula. No one does surgery on scapulas. If you really want it, there is one doctor that can do it, but honestly, it’s like breaking your ribs in a way. You just wait until they slowly heal.’ And so that’s what I have to do. I know I have to get X-rays every two weeks to make sure I am healing. I don’t start PT for another two weeks, so they really want me to be bedridden. From there, I’m out for three to six months. So it all depends how my scapula heals,” she said. (H/T – Wrestlepurists)

With Brie Bella most likely out for the rest of the year, it is believed that WWE might have to change its plans for AJ Lee.

How will WWE book AJ Lee’s return? Share your thoughts in the comments section below.

Why did you not like this content?


`;
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-aj-lee-teases-in-ring-return-after-recent-star-s-betrayal?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

Leave A Reply

Exit mobile version