”
], { 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);
});
});
})();
His first match under the new contract saw him beat Pretty Deadly’s Kit Wilson; however, he ended up losing to Trick Williams a couple of weeks later on SmackDown. Former Hardcore champion Stevie Richards has called out this treatment of Cardona by the Triple H-led creative team.
Speaking on The Stevie Richards Show, the veteran said his loss to Trick came after no story and build-up and he ended up jobbing clean. Richards said he felt bad for Cardona, given how hard he worked. He also said he may have wanted to come back to the company to be on the road with his wife, but WWE has hampered his momentum.
“The dude cares too much about what he does, cares too much about the business, and I’m sure he just wanted to be with his wife on the road or in the same company as his wife, which is very admirable. But man, they destroyed any kind of momentum this guy had within weeks, and I feel bad for him,” he said.
Matt Cardona eyes WWE Royal Rumble return after a decade
Since his return to WWE, Matt Cardona has made it clear that his goal is to win the WWE Championship.
His loss to Trick Williams prevented him from having a chance to go for the Title but with Royal Rumble around the corner, he has a big opportunity.
Taking to X (Twitter), the former Intercontinental champion made it clear that he will be participating in the over-the-top-rope extravaganza for the first time since 2015. He said he will do whatever he can to come out on top in Saudi Arabia and is eyeing that elusive Championship.
If you use quotes from this article, please credit The Stevie Richards Show and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-wwe-allegedly-destroyed-40-year-old-star-s-momentum?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













