”
], { 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);
});
});
})();
He said Hulk Hogan was rightly criticized for his racist comments over a decade ago but said he isn’t the only one who has used such words.
“I didn’t know that either about the N-word. I didn’t know about that. Everybody got on Hogan for saying what he said and, you know, ‘He’s a racist,’ and things like that. Yes, it was wrong. But believe me when I say it: He’s not the only one. Neither one of them are the only ones who use that word on a regular basis or have said things that were inappropriate when it came to other races of people,” he said.
The WWE Hall of Famer then dropped a bombshell, saying that he has personally heard many prominent figures in pro wrestling use the word.
“There are a lot of people in the wrestling business who have said things, and I’ve heard it personally. I’m not exposing or anything, but there are a lot more people—people who are very prominent figures in professional wrestling today—who have said that. And said it back in the ’80s and ’90s and even the millennium. They’ve said it, and they used it frequently because they didn’t think they were going to get caught,” he added.
D-Von Dudley accused Jim Ross of racism in WWE
Last year, speaking on Maven’s podcast, D-Von Dudley talked about facing racism in WWE from a well-known name.
Then, in an appearance on Duke Loves Rasslin, he revealed that he was referring to legendary commentator Jim Ross.
JR responded to these accusations, saying he was shocked to hear this and said that it doesn’t merit a response from him.
If you use quotes from this article, please credit Duke Loves Rasslin podcast and give an H/T to Sportskeeda Wrestling for the transcription.
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-i-ve-heard-personally-wwe-legend-reveals-major-wrestling-stars-used-n-word-years?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




