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

“And again, Dragon Lee’s another guy who went to Triple A, they weren’t really doing much with him. He wasn’t getting the opportunities he wanted on Raw and SmackDown. Went to Triple A, pun heavily intended, set the world on fire, and the WWE officials went, ‘Hey, maybe we can put that guy in the Intercontinental Championship picture,’ or, ‘Let’s give Dragon Lee a bit more of a showcase.’ And it’s worked,” said Graves. (H/T: Ringside News)

You can check out the full interview in the video below:

Corey Graves Comes Back To Las Vegas For AAA: The Mark Hoke Show Pro Wrestling Radio Show / Podcast

Dragon Lee and AJ Styles had a brief run as World Tag Team Champions last year. Styles retired from in-ring competition following his loss to Gunther at Royal Rumble 2026.

Dragon Lee comments on working with AJ Styles ahead of his WWE retirement

WWE RAW star Dragon Lee recently opened up about his time as AJ Styles’ tag team partner.

Speaking with Chris Van Vliet on the INSIGHT podcast, Lee stated that he was honored to be a part of The Phenomenal One’s last run in the company. The former champion also revealed that he was proud of himself for getting to team up with Styles during his final months in the ring.

“I feel honored to be part of his last matches, and even John Cena’s last match [event], I was part of that too. I feel like you know so many things that I’m proud of myself, you know, because if you’re not, if you don’t recognize yourself, who else will? You just look at the mirror and say, ‘You’re doing well, keep working. I’m proud of you, brother. Keep working.’ My family, that’s it, that’s all the energy I need.” said Lee [H/T: INSIGHT]

OH MY GOD???? Was that the greatest Styles Clash EVER?! 😂 AND STILL YOUR WORLD TAG TEAM CHAMPIONS: AJ Styles & Dragon Lee!

It will be interesting to see if WWE has anything substantial planned for Dragon Lee in the weeks ahead on RAW.

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-wwe-s-perception-dragon-lee-changed-following-aaa-run?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