”
], { 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);
});
});
})();
“Greetings, Lexington Comic Con, it is I, Danhausen, here. WWE legend, very nice, very evil. And I’m coming Saturday, September 5th, and we are going to do some very nice, very evil photos,” he shared.
The 36-year-old spent four years in All Elite Wrestling but was not utilized much by the company. He has become a fan favorite in the promotion since his arrival earlier this year. Danhausen defeated Dominik Mysterio in a Human Monies on a Pole match at SummerSlam 2026 and has not lost a match since joining the promotion.
Major WWE star praises Danhausen for never losing confidence in himself
Matt Cardona praised Danhausen for believing in himself and staying the course. Cardona suffered a torn triceps last month during a match against Kit Wilson.
Speaking with Chris Van Vliet on the Insight podcast, the former Intercontinental Champion discussed The Very Nice, Very Evil star’s success in the company. Cardona stated that he knew the unique character would be popular but would have never predicted he would become this big of a star in the WWE Universe.
“I knew he’d be a star in WWE. I could have never have predicted how big of a star he has become. He’s mainstream. He is with the Knicks. It’s unbelievable. That first debut did not go over well, but he didn’t let it faze him, and he was confident in himself, and he just kept going, kept going, and then everybody who didn’t understand it, they quickly got it. I just don’t think the fans understood it yet,” said Cardona. (H/T: WrestlingNews)
It will be interesting to see how long the popular star can remain undefeated in the company.
`;
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-danhausen-announces-appearance-outside-wwe?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













