”
], { 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);
});
});
})();
“The day of the big 6’7, 300lbs wrestler is over now. And I think with the indie scene and everything go on, I think now wrestling is more normal looking people instead of the big guys. And I have nothing against him. I’ve met him four or five times as Papa Shango. He’s very respectful. I wish him the best, man. That just goes to show you how wrestling’s changed. Now the number one merchandise seller is a voodoo guy. I wish I was around right now,” he said. (H/T: WrestlePurists)
You can check out the full interview in the video below:
The Godfather made a surprise return to the promotion in 2013 to compete in the Men’s Royal Rumble match. However, he was instantly eliminated by Dolph Ziggler after entering the match.
WWE star Danhausen comments on his time in AEW
Danhausen recently discussed his time in All Elite Wrestling and how he was barely used by the promotion.
Speaking on the Cheap Heat podcast, The Very Nice, Very Evil star commented on his years in AEW. The veteran noted that the promotion barely featured him, and he spent most of his time while in AEW performing on the independent wrestling scene.
“No, you didn’t. You definitely did not. You saw me online a lot. Perception is reality. Danhausen would do vlogs backstage on his own and do videos with his enemies and his friendhausens, and he’d put those out there so maybe it seemed like I was doing more than I was. I was not there. I was doing the independent scenes. That’s what I was doing. About three a weekend or doing conventions and some sort like New York Comic Con and things like that,” he said. (H/T: Fightful on X)
It will be interesting to see what WWE has planned for Danhausen in the weeks ahead.
`;
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-i-wish-i-around-right-now-wwe-legend-reacts-danhausen-s-incredible-success?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













