”
], { 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);
});
});
})();
Earlier today, Mustafa Ali posted a well-shot and edited video to announce that he will make his return on the September 24 taping of TNA Thursday Night iMPACT. The show will take place at the Boeing Center at Tech Port in San Antonio, Texas. The former WWE star also noted that he almost died from the injury.
“I almost died. @ThisIsTNA🎥@iamslpwlkr,” Ali wrote.
You can check out his tweet below:
Following his surprising WWE release in September 2023, Mustafa Ali put on several incredible performances on the independent circuit. He created history at TNA No Surrender 2024, as he defeated Chris Sabin to win the TNA X-Division Championship, becoming the first-ever star to win a TNA title in his debut match in the process. He is currently the leader of the faction Order 4.
Mustafa Ali opens up about working with up-and-coming talent
During a recent interview with Kevin Kellam and Chicago’s Q101, Mustafa Ali spoke about Chicago Wrestling Center, a wrestling school he opened following his WWE exit.
Ali noted that he wanted to give the younger talent the opportunities that for some reason were not offered to him by the previous generation of stars.
“It’s not to sound bitter or jaded. Maybe the generation before me didn’t see anything in me. They were wrong. But my point is it didn’t happen. I won’t let that happen. I’m in the position now in TNA and on the independent scene across the world, where I’m seeing talent all over the world. It is my job; it is my duty to present that talent to TNA, you know? ‘I saw a guy here.’ I feel like I’m in that position to do that,” Ali said.
Only time will tell what’s next for Mustafa Ali following his win over Jason Hotch. It will be interesting to see if the former faction mates compete for the TNA International Championship again.
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-i-almost-died-former-wwe-superstar-addresses-recent-injury?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



