”
], { 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);
});
});
})();
To add to the rough week, it’s Sami Zayn’s 42nd birthday, which means that WWE had the option of allowing him to hold the title until his birthday but chose not to. Not only that, but Sami wasn’t even on SmackDown last night, so he was unable to exact any revenge.
Sami would have been expected to be on WWE SmackDown this week, not only to address CM Punk following his loss, but to accept the match at Saturday Night’s Main Event or even be part of a promo segment.
Instead, Zayn missed the show, and it became all about Punk, Rhodes, and Gunther instead.
Sami Zayn couldn’t even react to being teamed with Gunther
Sami Zayn announced that he was having a mental health break after losing his title and that was WWE’s cover for the fact that he wouldn’t be on SmackDown this week.
Interestingly, it seems that it will be a very short break, since he will be at Saturday Night’s Main Event in a week. It appears that WWE just needed to write Zayn off the show so that he could have his Birthday week off.
It will be interesting to see if he’s on SmackDown next week and he’s able to address the fact that he’s now Gunther’s tag team partner at Saturday Night’s Main Event, after the two men were opponents at Night of Champions.
Zayn was also the man who defeated Gunther to end his Intercontinental Championship reign back at WrestleMania 40. The two men have a storied history, but they could co-exist if it means that both men will be able to get some revenge on Rhodes and Punk, but it still means that Zayn has been screwed out of his rematch.
`;
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-potential-reason-sami-zayn-missed-wwe-smackdown?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













