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

Amid her absence from WWE programming, AJ Lee showed up at the San Diego Comic-Con. A fan asked the panel of superstars, including her, who they would want to wrestle in their last match. The 39-year-old stated that she would like Bayley to be her last opponent because she was in love with her.

You can check out the video below:

CM Punk, Danhausen, Rey Mysterio, Lash Legend and Mr Iguana were also part of the panel. The Second City Saint joked about wrestling The Role Model in his last match because his wife loved Bayley. Danhausen, Lash Legend, and Rey Mysterio played along and stated that they would also like to have Bayley as her last opponent.

Mr Iguana noted that he would like to wrestle Rey Mysterio in his last match. Danhausen wasn’t thrilled with the AAA star’s response and hilariously called him out for ruining the joke.

AJ Lee made an intriguing revelation about her current WWE contract

AJ Lee spoke about mental health during an interview on iHeart Women’s Sports. She pointed out that times have changed since her previous run with the company, and now she could speak openly about mental health.

AJ Lee further noted that while she could not even talk about her mental health issues back in the day, there was a clause in her current WWE contract specifically about it.

“When the first thing I wanted to make sure was going to work was, is my mental health protected? Do I feel safe here? Are you guys aware of what that means, to need mental health time off or sort of just like, is that something that is a priority for that to be a priority? The conversation was really cool in a way that, like, I couldn’t even reveal my diagnosis 10 years ago, but now it’s like, you know, a part of my contract. So like that is a really cool, beautiful thing,” Lee said.

It will be interesting to see when AJ Lee makes her return to WWE programming.

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-reveals-plans-for-last-wwe-match?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