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

Speaking on his Phenomenally Retro podcast, AJ Styles defended Danhausen and claimed he was doing a great job. Styles also suggested that WWE needed a little bit of everything on the show.

“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. Danhausen is definitely filling the need,” he said. (H/T: WrestlePurists on X)

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

A.J Styles Nintendo NES Picks - The Phenomenally Retro Podcast - Episode 9

Styles’ in-ring career came to an end following his loss to Gunther at Royal Rumble 2026.

Matt Hardy suggests WWE should book Danhausen as an attraction

Former WWE star Matt Hardy claimed Danhausen should be used as an attraction by the promotion.

Speaking on his Extreme Life of Matt Hardy podcast, the TNA star noted that The Very Nice, Very Evil star was a major merchandise seller in AEW and that would likely carry over to WWE. He claimed that the popular star was a utility player on the roster and that he would book him as an attraction.

“I would have him be an absolute attraction. I would have him wrestle a match, but I would be very smart, and I think I would keep his matches pretty rare. I think you need to make him an attraction more than anything else. He is a character more than he is a wrestler, and I would focus on the character part of Danhausen more than the in-ring wrestling persona,” he added. [H/T: Wrestling News Co.]

But be careful, Danhausen is Very Nice. Very Evil. @JEFFHARDYBRAND @matthardypod

It will be fascinating to see what WWE has planned for the mysterious star moving forward following his win at Backlash.

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-this-need-retired-wwe-star-defends-danhausen-controversial-backlash-match?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