”
], { 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);
});
});
})();
Earlier today, Rusev took to X (Formerly Twitter) to post a video of himself hurling insults at Chad Gable. He called the 40-year-old a failed Olympian. He further stated that Gable was so embarrassed with his WWE career that he started wearing a mask and went to Mexico as El Grande Americano.
Rusev added that the American Made leader pretended to be a Mexican, but the fans did not accept him. He stated that Gable was begging all the luchadors for their forgiveness.
“Alright, Monday Night Raw, Rusev vs. Chad Gable. I’m not surprised at all. It’s the same old same. But Chad is a failure. I don’t care about that at all. Because he failed at the Olympics representing America. Then he got so embarrassed by his WWE career that he put a mask on. He pretended to be a Mexican. And they didn’t accept him either because they know he’s full of crap. And now he’s back, begging for forgiveness, begging people, pleasing Rey Mysterio,” he said.
You can check out his comments in the video below:
Chad Gable returned to WWE RAW last week
Chad Gable was forced out of action nearly a year ago due to a pre-existing injury that reportedly kept getting worse. He returned to WWE programming as the “Original” El Grande Americano. He continued to make appearances as the masked man on RAW and in AAA.
However, he was finally unmasked at AAA Noche de Los Grandes after losing a Mask vs. Mask match to El Grande Americano. Following his loss, Gable showed up on the June 5 edition of Friday Night SmackDown to apologise to Rey Fenix for disrespecting lucha libre.
Chad Gable then showed up on the following episode of Monday Night RAW, where he apologised to Rey Mysterio, Dragon Lee, and Penta before saving them from Rusev and Ethan Page’s attack.
Now that Gable is all set to wrestle Rusev on RAW, it remains to be seen if his storyline with the luchadors has come to an end.
In case you use any quotes from this article, please credit Rusev with 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-rusev-hurls-brutal-insults-at-chad-gable-ahead-of-wwe-raw?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


