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

Since then, the former Intercontinental champion has been recovering and recently shared plans about his return. He mentioned that he wants to come back before the timeframe his surgeons have given and is eyeing a return at the Royal Rumble next year in February.

Recently, he appeared for an interview along with his wife, Chelsea Green, on Chris D’Comedy. During the conversation, Green joked that she considered turning lesbian after Cardona didn’t pack her bag and brought it downstairs.

Matt Cardona offered a defense, saying that he cannot use his right arm to lift anything.

“I literally couldn’t carry it. I can’t use my right arm. I can’t lift anything,” he said.

When Chris Distefano asked him if he could squeeze anything, Cardona said he could only squeeze a “little medicine ball.”

Chelsea Green & Matt Cardona on Marriage, WWE & Their Most Unhinged Stories | Chris Distefano

While he continues to recover, the fact that he cannot yet use his right arm properly means it could be a long road to full recovery.


Matt Cardona accuses WWE star of stealing his gimmick

During his first WWE run, Matt Cardona adopted the Zack Ryder gimmick, portraying an over-the-top character that came with tinted glasses, a headband, spiky hair, and tanning.

Ryder got over with the fans, and his look inspired other stars. Current NXT general manager Robert Stone used to compete in TNA as Robbie E, with his mannerisms and appearance similar to the Zack Ryder character.

Robbie E portrayed a Jersey Shore loudmouth, who took on Ryder’s trademark tanning and spiky hair.

Recently, Matt Cardona shared a post on X, claiming that years ago, Stone stole his gimmick and unfriended him on Facebook. He mentioned that he’s now getting payback by taking something from the NXT GM’s office.


If you use quotes from this article, please credit Chrisdcomedy on YouTube 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-matt-cardona-shares-worrying-injury-update-amid-wwe-absence?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