”
], { 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);
});
});
})();
Five years later, after Danhausen signed with WWE, Conan revisited the episode with him and congratulated him on his success and WWE signing. He jokingly said he would take 20% of Danhausen’s earnings since his character is based on him.
This statement prompted a response from Danhausen on Saturday. On X, he thanked Conan and the Team Coco crew for their kind message and support, expressing his appreciation.
“Oh, yes. Hello, it is I, Danhausen here,” he said. “Danhausen wants to send a special thank you to Conan-hausen and the team at Team Coco-hausen because you had a wonderful message on the rerun of the Danhausen episode, where you said you were very proud, very evil of Danhausen, and that was quite nice.”
Mr. Very Nice, Very Evil also jokingly said they won’t get 20%, but they’ll receive his thanks, excluding Conan’s producer Jordan Schlansky, whom he humorously called “cursed.”
“And you’re not getting 20%, but you will get this thank-you message,” Danhausen said. “So, thank you, Conan, thank you, Sona, thank you, Gourley, and all the rest of the people at Team Coco who made this happen. And everyone except for Jordan Schlansky, because you are cursed.”
That said, it will be interesting to see what brand Danhausen eventually signs with in the near future.
Danhausen got involved in a major title match on WWE SmackDown
Damian Priest and R-Truth defended their WWE Tag Team Championship against Kit Wilson and The Miz on SmackDown. During the match, Danhausen appeared, placing a jar of teeth on the ring and asking The Miz for a tag, which confused him.
The referee then warned the face-painted star he wasn’t part of the match, leading to a confrontation where the former AEW star tried to curse Miz, causing the referee to fall under the curse’s effect. The distraction helped Priest hit The Miz with South of Heaven, securing the win.
It’s quite obvious that Kit Wilson and The Miz will be upset with Danhausen’s interference during the tag. Hence, fans are eager to see what happens next.
`;
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-sends-special-message-conan-o-brien-team-coca-following-congratulations-signing-wwe?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













