”
], { 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);
});
});
})();
ESPN aired a video package of Danhausen cursing the Cavaliers, and The Miz reacted by suggesting that the 35-year-old was ruining his life. The Miz also claimed that he hated his rival, and you can check out his message in the post below.
“I hate Danhausen! Enough said! This guy is ruining my life,” he wrote.
The Miz is in an alliance with Kit Wilson on WWE SmackDown. The duo teamed up to battle The Very Nice, Very Evil star and his mystery tag team partner at Backlash. The veteran’s mystery partner turned out to be Minihausen at the PLE earlier this month, and the unlikely duo picked up the victory.
WWE veteran reacts to Danhausen’s success
Wrestling legend The Godfather recently commented on Danhausen’s success, noting that he had nothing but respect for him.
In an interview with Sportsshadow Wrestling, The Godfather praised the veteran and claimed that he wished that he were still performing today so that he could earn a lot of money. The 66-year-old also played the iconic Papa Shango character during his WWE career.
“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)
It will be fascinating to see what WWE has planned for the Detroit-born star moving forward.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-major-wwe-star-claims-danhausen-ruining-life?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



