”
], { 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);
});
});
})();
During his time away from the company, Ryder saw a career resurgence and started using his Matt Cardona name. He became a top star on the independent wrestling scene and made appearances for AEW and TNA as well. He came back to the company in January this year and a recent report stated that some people in WWE were hoping to see him use the Zack Ryder gimmick again. A Twitter account shared the update but mispelled Zack as “Zach”. This garnered a hilarious reaction from former Women’s US Champion Chelsea Green’s husband.
“Who the hell is ZACH RYDER?,” he wrote.
It will be interesting to see if WWE will repackage Matt Cardona as Zack Ryder once again.
Matt Cardona brought back Zack Ryder in WWE last year
After he became the Indy God, Cardona claimed several times that his Zack Ryder gimmick was d*ad. He even stated that he won’t bring back the character ever again. However, fans did get to see Zack Ryder in a WWE ring one more time last year. Cardona made a one-off appearance for WWE last year as part of the Last Time is Now Tournament.
Matt Cardona returned to WWE for the first time in nearly 5 years as Zack Ryder as a surprise entrant in the Last Time is Now Tournament against LA Knight. The tournament was held to decide the opponent for John Cena’s final match. While Ryder lost this match, fans loved to see him back on WWE programming one more time.
Fans are excited to see if the Zack Ryder will ever return full-time in WWE again.
`;
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-unfortunate-update-wwe-star-matt-cardona-reacts?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













