”
], { 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);
});
});
})();
Sami Zayn is out of action right now thanks to a real-life hand injury. It was not part of a kayfabe story, as per PWInsider. The reason he could not compete was a broken hand, something that he mentioned on SmackDown last week during a segment with CM Punk. The injury put him on the shelf, but it has not meant that he stays off TV for a long period of time. Despite not being able to compete, he has still been appearing regularly in non-wrestling segments.
The star’s last match was in the Fatal Fourway at SummerSlam, facing Kevin Owens, Gunther, and Finn Balor. It was during the bout that his hand was injured.
Even with the injury, the star has had segments with Kevin Owens and CM Punk, as well as Cody Rhodes. His confrontation with Rhodes ended with him being forced by Nick Aldis to face Rhodes despite his broken hand. However, he never actually entered the ring because, before the match could start, Randy Orton attacked Rhodes instead. The two stars are set to battle at Sunday Night’s Main Event, with their business left over from WrestleMania. There, despite Orton losing, his attack on Rhodes and hitting him with the punt meant that the champion was left fuming.
Now the two stars are on TV again, the match is finally happening, and there’s a lot of animosity there.
When Zayn’s hand finally heals, he’s likely to be involved in the storyline with Kevin Owens, given his friend’s sudden return and the long history between the two stars.
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/rumor-sami-zayn-is-gone-from-the-wwe-ring-thanks-to-major-reason-report?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



