], { 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);
});
});
})();

During a recent interview with Rewind Recap Relive, Celeste detailed that as a fan, it was exciting to see Lee back in the company. She mentioned that no one ever thought should would be back in the company after Punk’s fallout with WWE. The former Divas Champion felt it was really cool to see her friend come back and get the respect she deserved.

“I literally never thought that I would see the day. I never thought,” Kaitlyn said. “I’m like, there’s no way. Her and I, you know, it’s one of those friendships that, you don’t see each other for 5 years and then you see each other and it’s like, oh my God, it’s just you just pick back up. That’s the type of friendship that we have. But I was shocked and it’s cool because I felt like a fan. Oh my God, like hell froze over, you know. Especially with like all the stuff that happened with CM Punk and, you know, I think when she was leaving, it was pretty difficult. So it’s just cool.”

Kaitlyn: AJ Lee's Return, Divas Title, Winning A Match By Mistake, Possible WWE Return, Total Divas

AJ Lee’s last match was at WrestleMania

AJ Lee had several matches during her recent run with the company. Her first match after the ten-year hiatus came at Wrestlepalooza.

After the tag match, AJ also helped the group of Alexa Bliss, Charlotte Flair, IYO SKY and Rhea Ripley defeat Becky Lynch, Lash Legend, Nia Jax & The Kabuki Warriors. After winning the Intercontinental Championship at Elimination Chamber, Lee also had a dream match against Bayley on RAW.

The star closed out her run with a showing at WrestleMania 42 where she dropped the title to Becky Lynch.


While using the quote, please add an H/T to Sportskeeda for the transcript.

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-former-wwe-star-makes-stunning-claims-about-aj-lee-s-return-like-hell-froze-over?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