”
], { 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);
});
});
})();
The 35-year-old took to social media today to brag about one of his miniature clones attacking Wade Barrett at Backlash. Barrett was calling the action at the PLE and works on SmackDown every Friday night on the USA Network alongside Joe Tessitore.
“Danhausen likes when one of them attacked @StuBennett Rumor has it he said “You’re either Nexus or you’re against us!” So he attacked him,” he wrote.
The veteran made his debut with the company at Elimination Chamber 2026. He showed up inside the mystery crate at the PLE in Chicago earlier this year and has become a fan favorite since his arrival in the company.
Retired WWE star defends Danhausen
WWE Hall of Famer AJ Styles recently defended Danhausen and suggested that the company needed a little bit of everything on the show.
Speaking on the Phenomenally Retro podcast, Styles praised the mysterious star and noted that he was filling a need for the promotion. AJ Styles retired from in-ring competition following his loss to Gunther at WWE Royal Rumble 2026 and was inducted into the Hall of Fame last month during WrestleMania weekend.
“He’s doing a great job, and this is what we need. A lot of people don’t understand it. We need a little bit of everything. We want to make sure you get the entertainment from wrestling, but also we want to make you laugh, too, and we got the storylines. We want to give you a little bit of everything. He is definitely filling the need,” he said. (H/T: WrestlePurists on X)
It will be interesting to see what WWE has planned for the Michigan-born star moving forward.
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-danhausen-brags-attack-wwe-announcer?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



