”
], { 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);
});
});
})();
Lee recently posted to Instagram Stories to reveal that he suffered a torn ligament in his thumb during his match on RAW. The former World Tag Team Champion added that he will be unable to wrestle at tonight’s AAA Verano de Escándalo show.
While Lee did not have an advertised match for AAA Verano de Escándalo, his story reveals that he was slated to compete on the show. He has been a regular face on AAA since WWE acquired the Mexican wrestling promotion.
Dragon Lee wants to become tag team champion with a WWE legend
Dragon Lee has been a part of WWE since 2022 and has won a few championships during his time with the company. However, the Luchador is just getting started and still has a lot to achieve in his career. He recently listed some of his goals, stating that he would love to become a tag team champion with Rey Mysterio:
“I would like to be Intercontinental champion; that’s my goal. I want to be champion. Something that I would love to do is be tag team champion with Rey Mysterio. I hope we can have an opportunity, because I feel like I have a great connection with Rey, and I think we can do so good as a team. That’s what I think, and you know, another chance at the Royal Rumble and at WrestleMania, that’s the dream. Now I know how that feels, and nobody can tell me how it feels. I feel so great, and I want to have that experience again. It’s great, man,” Lee said.
Dragon Lee has already won the tag team gold once in his WWE career with AJ Styles as his partner. He has also teamed up with Rey Mysterio on multiple occasions. However, the two are yet to win a championship together.
`;
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-major-wwe-star-suffers-injury-pulled-upcoming-event?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













