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

The promotion announced that Carmelo Hayes will be returning to SmackDown tonight after a six-week hiatus. The former champion will be squaring off against Ricky Saints tonight in a singles match, and you can check out the announcement in the post below.

Many fans were upset that Hayes dropped the United States Championship before WrestleMania and was not booked for a match at The Show of Shows last month in Las Vegas.

Carmelo Hayes opens up about missing WWE WrestleMania 42

SmackDown star Carmelo Hayes recently shared his thoughts about not being booked for a match at WrestleMania 42 after losing the United States Championship.

Speaking with Michael Fairman on YouTube, Hayes admitted that it was unfortunate that he missed the biggest show of the year. The 31-year-old added that he was a professional and would do whatever WWE asked of him.

“Listen I’m a pro. At the end of the day I’m a pro. I show up to work, what they need from me I do it and I go above and beyond no matter what every time. It’s one of those things, you got to charge it to the game. It wasn’t a personal thing right? It wasn’t a me thing. It was whatever it needed to be, whatever that was and whatnot. It’s not something that I’m going to sit here and go, ‘Oh, woe is me.’ I don’t move like that. I had a day or two where I was like, ‘What the hell?’ And then after that I was like, ‘Back to work man.’ Just a chip on my shoulder and watch what’s going to happen,” said Hayes. (H/T: WrestleTalk on X)

Only time will tell what WWE has planned for Carmelo Hayes moving forward on SmackDown.

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-wwe-announces-major-star-s-smackdown-return-controversial-wrestlemania-omission?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