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

Dragon Lee played a crucial role in The Phenomenal One’s final run as an in-ring performer in the promotion. He combined forces with Styles to win the World Tag Team Championship. After Gunther retired the legend, the masked superstar engaged in a brief feud with him. He also adopted the former TNA World Champion’s iconic finisher, the Styles Clash.

A few hours ago, Bryan Alvarez of the Wrestling Observer Newsletter reported that Dragon Lee’s current deal with the sports entertainment juggernaut is set to expire “fairly soon.” Meanwhile, Lee’s brother, Dralistico, who is signed to AEW, is also expected to hit the free agent market. Interestingly, the duo has filed to trademark their tag team moniker, Hermanos Lee.

The trademark filing suggests that Lee and Dralistico could be looking to test free agency as a tag team once their respective contracts with WWE and AEW expire. Together, Dralistico and the RAW Superstar have held tag team gold in Lucha Libre AAA, The Crash Lucha Libre, and Kaoz Lucha Libre. In WWE, Lee is a former NXT North American, Speed, and World Tag Team Champion.


Dragon Lee is set to participate in a high-stakes match on RAW amid rumors about his WWE future

WWE is currently on the road to Money in the Bank 2026. Smoothie King Center in New Orleans, Louisiana, will host the premium live event on October 10. The show will feature the annual Men’s and Women’s Ladder matches for MITB contracts.

In the men’s division, Bron Breakker, Je’Von Evans, and United States Champion Trick Williams have already qualified for the high-profile contest. On the upcoming episode of RAW, Dragon Lee, Solo Sikoa, and Dominik Mysterio will square off in a Triple Threat bout for a spot in the 2026 Men’s Money in the Bank Ladder Match.

Lee, Sikoa, and Dominik desperately need to win the upcoming showdown to stay in the spotlight. It will be interesting to see which star punches their ticket to the Ladder Match in New Orleans.

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/rumor-breaking-popular-wwe-superstar-s-contract-expiring-fairly-soon-report?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