”
], { 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);
});
});
})();
Danhausen took to X recently, posting a message addressing New York Mayor Zohran Mamdani. He asked for a giant floating balloon, adding several other aspects to his request. He also wanted Mamdani to get the Muppet, Oscar the Grouch, a home. He wrote:
“@ZohranKMamdani yes hello it is Danhausen ~ Danhausen needs a giant floating Danhausen balloon ready for the parade that drops pizza and hot dog to all the New Yorkers. Danhausen may be placed in between Snoopy and Garfield. PS ~ give the muppet who lives in a garbage can an apartment so he can get off the streets and turn his life around.”
You can check out his post below:
Jim Ross recently spoke about Danhausen moving to WWE from AEW
Wrestling legend Jim Ross believes that Danhausen moving to the Stamford-based promotion was a good move for him.
Speaking on Grilling JR, Jim Ross talked about how Tony Khan was more inclined towards in-ring wrestling, as opposed to Danhausen’s brand of entertainment. He said that the Stamford-based promotion was a better place for him, because it leaned towards entertainment and revenue more than actual in-ring wrestling:
“Good for him. He’s a young guy. And if he was ever going to have a legit chance to become a star, this is it. Yeah, absolutely. I’m sure now he wishes he had moved on that persona. He did, but he didn’t. And now it’s just too late. I think Tony’s probably more about the wrestling and I think WWE’s more about the revenue. That’s an interesting analogy. Can’t say as I disagree with it,” said JR.
You can check out his comments about the WWE star below:
Danhausen has a bright future ahead of him, given his track record in the company so far.
`;
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-star-danhausen-strange-request-new-york-mayor-zohran-mamdani?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













