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

“Yes, we did it. Danhausen’s the king of New York now! Oh yes, and I still get a statue of Danhausen and a mural of Danhausen and Danhausen on this side of Times Square, this side of Madison Square Garden, but of course, congratulations to the Nickshausens because you did all the work.

“It was a little team effort, Danhausen uncursed you and cursed a couple of your opponents, which he really didn’t have to do, he just wanted to get extra human money on the side there, extort the billionaire Stephen A. Smith. But nevertheless, we did it. Now the Mayor has to give Danhausen a parade of his own and a statue or whatever I said I don’t know, some big balloon animal floating in between Snoopy and Garfield.

“We can have the Danhausen Day, we can have the Knicks Day, and we can celebrate that you are the NBA champions and YOU ARE uncursed.”

WWE launches the Danhausen-New York Knicks collection

Following the New York Knicks’ win, WWE launched classic promotional titles and T-shirts. The title has the Knicks’ logo in the middle and ‘Knicks’ side plates, while the T-shirt says Champhausen. These can be purchased on WWE Shop.

Congratulations to the @nyknicks on their 2026 NBA Championship! 🏀🏆 Celebrate with the WWE x New York Knicks Collection and Champion your Team! ➡️ https://t.co/hzuYTcf0k2

Other T-shirts feature Danhausen around the New York Knicks logo, with the text ‘You Are Uncursed’ surrounding it.

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-king-new-york-danhausen-sends-message-leading-new-york-knicks-historic-nba-title?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