”
], { 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);
});
});
})();
Balor shared a couple of backstage photos with the former AEW star following his victory and teased a potential alliance, naming the duo “DEMONHAUSEN.” Danhausen shared a cryptic response to the alliance tease today on social media, and you can check it out in his post below.
“Very evil, very evil,” he wrote.
The mysterious star spent some time in All Elite Wrestling before joining WWE earlier this year. He has defeated Kit Wilson and The Miz since joining the promotion.
Balor used to be a member of The Judgment Day with Dominik Mysterio, but was kicked out of the faction after Dirty Dom lost the Intercontinental Championship to Penta last month on RAW. Penta successfully defended the Intercontinental Championship in a Ladder Match on The Grandest Stage of Them All last weekend.
WWE star Danhausen comments on his time in All Elite Wrestling
Danhausen recently discussed not appearing on television much while on the AEW roster.
In an interview with Peter Rosenberg on the Cheap Heat podcast, the popular star noted that he barely appeared in AEW and mainly worked on the independent wrestling scene while in the company.
“No, you didn’t. You definitely did not. You saw me online a lot. Perception is reality. Danhausen would do vlogs backstage on his own and do videos with his enemies and his friendhausens, and he’d put those out there so maybe it seemed like I was doing more than I was. I was not there. I was doing the independent scenes. That’s what I was doing. About three a weekend or doing conventions and some sort like New York Comic Con and things like that.” [H/T Fightful on X]
It will be fascinating to see what the company has planned for The Very Nice, Very Evil star on WWE television moving forward.
`;
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-reacts-alliance-tease-major-wwe-star?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













