”
], { 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);
});
});
})();
“LOL,” wrote Lee.
You can check out the video in her post below:
Becky Lynch defeated AJ Lee at WWE WrestleMania 42 to become the Women’s Intercontinental Champion. However, Big Time Becks dropped the title to Sol Ruca at Clash in Italy.
Lee is married to CM Punk in real life. The Second City Saint has not competed in a match since dropping the World Heavyweight Championship to Roman Reigns in the main event of WWE WrestleMania 42. Roman Reigns is scheduled to defend the title against Seth Rollins at SummerSlam in August.
WWE star AJ Lee comments on how CM Punk deals with her mental health struggles
AJ Lee opened up about her mental health struggles and revealed that she gave CM Punk a warning ahead of time.
Speaking on State of Mind with Maurice Benard, Lee discussed her “dark days” and how her husband dealt with them. The former Divas Champion shared that she warned Punk, and he has learned how to help her over the years.
“I named it like my dark days. I’ll wake up, and I know it’s like a low cycle, and I’ll tell my husband, and I warn him. He’s very open to it and knows the language of it now, where he’s just like, ‘What do you need? Like, how do we make this day better?’ But you just sometimes wake up like that, or I’ll go to bed, and I know the next day, like I’m feeling it already. Just like the idea of a stasis, that is peace, and that can be so rare. So much you’re sort of riding that wave and trying not to go up too much or down too much,” Lee said.
Only time will tell when AJ Lee will make her return to WWE television.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-shares-hilarious-reaction-called-ugly-wwe-legend?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



