”
], { 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);
});
});
})();
During a recent edition of The Extreme Life of Matt Hardy, the legend spoke about Danhausen’s character. Hardy highlighted that the star’s merchandise sales were extremely good during his time in AEW, and he has now carried that to WWE.
Matt also mentioned that he believed Danhausen was a “good utility” guy and the Stamford-based promotion hasn’t hired him to make him the face of the company.
“[You saw] Danhausen on AEW television, and he was one of the biggest merch sellers. He always did really good with merch numbers there, and I am sure this is going to carry over to WWE… He is not a guy that you hire to make him the face of your company and make him the champion. He is a guy that is a good utility player, super entertaining, who moves merch. He is compelling. People are invested in his comedy and his shtick because he does do a really good job at it,” he said.
Matt Hardy added that he believed the Triple H-led creative team should make him an “absolute attraction,” and he should rarely step inside the ring, as he felt Danhausen was more of a character than a wrestler.
“I would have him be an absolute attraction. I would have him wrestle a match, but I would be very smart, and I think I would keep his matches pretty rare. I think you need to make him an attraction more than anything else. He is a character more than he is a wrestler, and I would focus on the character part of Danhausen more than the in-ring wrestling persona,” he added. [H/T Wrestling News Co.]
Check out the full podcast below:
WWE star Danhausen cursed Dominik Mysterio
On last week’s Monday Night RAW, Danhausen cursed Dominik Mysterio in a backstage segment. The Judgment Day laughed at the star before he disappeared.
Later in the show, Dirty Dom dropped the Intercontinental Championship to Penta. Many reports suggest that Danhausen’s curse will make Mysterio lose several upcoming bouts, including his clash with El Hijo del Vikingo for the AAA Mega Title on tonight’s AAA Rey de Reyes.
It remains to be seen what the Triple H-led creative team has planned for Danhausen’s future in WWE.
`;
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-legend-believes-danhausen-character-wrestler?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













