â
], { 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);
});
});
})();
â@samizayn has completely lost it⊠đŹâ
Kevin Owens missed over a year of action due to a broken neck. Zayn was originally supposed to battle Finn Balor in a number one contenders match at SummerSlam, but SmackDown GM Nick Aldis changed the bout at the last minute. Gunther and Kevin Owens were added to the match to make it a Fatal 4-Way at the PLE earlier this month. Owens emerged victorious by hitting Zayn with a Stunner for the pinfall victory.
Michael Cole shares tease about Sami Zaynâs WWE future
RAW commentator Michael Cole shared an interesting tease regarding the future of Sami Zayn.
Speaking on The Sal Licata Show, Cole commented on Zayn losing the title and suggested that fans will be happy about what the veteran is doing over the next few months on WWE SmackDown.
âWe always ask our viewers to just try to be patient because we are going to get there. We do 52 weeks of television for Monday Night RAW and the same thing for SmackDown you know every single year. Itâs live TV every single week. Sometimes storylines might not progress as fast as our audience wants them to. Audience can have all the views they want. We canât do this without them. Be critical about it. Voice your opinions about it. I think people are really going to enjoy where the Sami Zayn story is going to go over the next couple of months,â he said. (H/T: Cory Hays)
Only time will tell what lies ahead for Sami Zayn after he ruined the Undisputed WWE Championship match between Kevin Owens and CM Punk last week on SmackDown.
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/news-wwe-reacts-sami-zayn-s-controversial-actions-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



