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

Recently, Dustin Rhodes had liked a picture of a woman with a gun in a holster. The post on X had an anti-Islam message in the caption, something that the WWE veteran apparently did not notice. After backlash from fans, Rhodes took to X to issue an apology, clarifying that he had not actually read the caption before liking the post.

“My apologies for liking a firearm pic. Did not not read the caption and that is my bad. I by no means, and you all know, I am not a racist person. We all bleed red. Truthfully liked the firearm in picture, nothing more. I sincerely apologize”

You can check out his post below:

This apology has recieved mixed reactions from his fans. Dustin Rhodes later stated that he waabsolutely against the message in the original post he liked. He said:

“Yall can think what you want, but I am or have selective reading. Not a lie. Once again, i am sorry for not reading the post. I am 110% againt what she said after looking. I am being honest.”

The WWE veteran later considered quitting X

Despite Dustin Rhodes’ apology and clarification, he continued receiving backlash from a section of the pro wrestling community.

After a short while, the understandbly frustrated WWE veteran openly considered quitting X. He explained that he was tired of the issues, stating:

“Think I’m gonna quit this app. No matter how many people i help, or how many i inspire, there is always so many trying to break you down. Tired.”

Dustin Rhodes is also involved in ROH, where he is part of the Sons of Texas stable. It remains to be seen how he deals with the situation in the coming days.

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-racist-person-3-time-wwe-champion-apologizes-recent-actions?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