”
], { 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);
});
});
})();
It was recently announced that Danhausen will battle JD McDonagh in a No-Disqualification Match at Saturday Night’s Main Event. Mr. Very Nice, Very Evil hinted at seeking help from a New York native at Madison Square Garden to even the playing field.
Before his match against McDonagh at Saturday Night’s Main Event, the company aired a special vignette dedicated to Danhausen titled “WWE Studiohausens Present: The Cursefather”. The video package featured the story behind the face-painted star’s rivalry against The Judgment Day.
You can view the video of Danhausen’s entrance below.
During the match, Dominik Mysterio and The Irish Ace constantly ganged up on the WWE free agent. However, Danhausen, unsurprisingly, had a few tricks up his sleeve. At one point, Minihausens showed up to help the former AEW star. Despite their best efforts, the Minihausens were unable to take down The Judgment Day.
Amid the chaos, Danhausen brought his iconic Cloning Machine into play. The angle featured the arrival of 2026 NBA champion Karl-Anthony Towns of the New York Knicks.
Towns arrived to help Danhausen against McDonagh and “Dirty” Dom. The 30-year-old basketball player delivered two vicious chokeslams to The Judgment Day duo, allowing Mr. Very Nice, Very Evil to secure the win.
What did you think about Danhausen’s video package and victory over McDonagh? Hit the Discuss button and sound off.
`;
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-wwe-studiohausens-present-the-cursefather?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













