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

Decorated tag team star D-Von Dudley recently sat down for an interview on VLAD TV and talked about his feelings when he heard the racist comments from Hulk Hogan. D-Von said he was hurt since he grew up idolizing him.

“It hurt really bad. I idolized that man as a kid. And to hear that broke my heart. It was like, how do I even see him again and even respect him as a man? You know, it hurt until finally we did see each other and he knew I was a little standoffish with him,” he said.

D-Von said the situation weighed on him until they met again in Pittsburgh. Hogan again approached the WWE Hall of Famer and sought forgiveness.

Hogan asked him if he had ever been in a bad place and said things that he regretted later D-Von agreed with him and told him that he forgives him but won’t forget.

“I remember looking at him going, ‘Yeah.’ He was like, ‘Well, that’s how I felt.’ He goes, ‘When it was done, that’s how I felt.’ And then we walked away from each other. We come back, and I tell him, I say, ‘Hulk, I forgive you. I don’t forget it, but I forgive you,'” he said.

Devon Dudley was Heartbroken by Idol Hulk Hogan’s Racist N-Word Rant, Apology from Hulk (Part 9)

Hulk Hogan was booed on his last WWE appearance

Even though Hulk Hogan apologized publicly for his racist comments, the incident hung over his life.

The Immortal One was invited to be a part of RAW’s debut on Netflix in January last year. However, as he made his way to the stage, he was heavily booed by the live audience due to his past racist comments.

The WWE icon passed away on July 24, 2025, after suffering a heart attack at his home in Clearwater, Florida.


If you use quotes from this article, please credit VLAD TV and give an H/T to Sportskeeda Wrestling 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-i-forget-wwe-hall-famer-hulk-hogan-s-racist-comments?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