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

In the episode, AJ Lee is seen backstage moments before going out to the ring, talking to staff and WWE stars. Among them is WWE Legend John Cena, with whom Lee had a memorable kayfabe romance in 2012 when she left him at the altar and became general manager of RAW.

“Welcome back. Great timing. It’s gonna be awesome”, said Cena as he shook Lee’s hand.

Lee then went out to the ring and was part of a segment in which her husband CM Punk was slapped and belittled by her rival Becky Lynch while Lynch’s husband, then-World Heavyweight Champion Seth Rollins, laughed on from the crowd. Lee’s interference helped set up a mixed-tag team match at Wrestlepalooza that Lee and Punk won after Lee forced Lynch to submit.

Soon after this, Lee began her latest run with the company, which saw her winning the Women’s Intercontinental Championship and feuding with Becky Lynch for the title.


AJ Lee last wrestled at WrestleMania 42.

Lee is currently on hiatus, and her current contract with WWE will have her appear sporadically on television and not as a regular performer.

She last wrestled Becky Lynch for the Women’s Intercontinental Title, which she won from the Man at Elimination Chamber this year. Lee finally lost the title to Lynch in their rematch at WrestleMania 42 despite her best attempts to retain, ending her 49-day reign as champion.

Time will tell what WWE has in store for AJ Lee next. In the meantime, fans can catch her comeback story on episode 1 of WWE Unreal, which is currently playing on Netflix.

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-watch-aj-lee-heartfelt-moment-ex-boyfriend-backstage-wwe?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