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

In a recent appearance on Adam’s Apple, Danhausen was asked about who he thought was the most cursed star in the company. The 35-year-old star claimed that is was undoubtedly Matt Cardona, considering the latter has had a string of losses lately. He even suggested that Cardona should revert to his Zack Ryder persona.

“Matt Cardona for sure. He’s being pummeled every week. He needs to be cursed back into Zack Ryder I think. I think if he just put a headband on and some sunglasses and said Woo Woo Woo You Know It, the curse would go away”

You can check out his comments below:

Danhausen on the Knicks Winning It All, WWE, Comics & More!!!

Jim Ross believes Danhausen is better suited to WWE than AEW

Legendary commentator Jim Ross was asked about his thoughts on Danhausen being in the Stamford-based promotion, to which he had an appreciative answer.

The Hall of Famer noted on his Grilling JR podcast that since Tony Khan was more focussed on in-ring wrestling, Danhausen was a better fit in WWE with its emphasis on entertainment. He said:

“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.

Danhausen has also been involved with The New York Knicks lately, which has further helped his popularity.


If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.

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-he-s-pummeled-every-week-danhausen-sure-wwe-star-cursed?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