”
], { 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);
});
});
})();
Punk and Owens were putting on an absolute wrestling clinic when Zayn made his presence felt. The fans in attendance immediately made their displeasure known over his interference. Not only did he rob Kevin Owens of becoming the new Undisputed Champion, but he also attacked CM Punk later, thus making it clear he wanted to get back his lost title.
Following his actions on SmackDown, the Toronto crowd continued to shower Zayn with boos. WWE released the footage of the same on its X account:
Sami Zayn has now set up two feuds in WWE
With his actions on SmackDown this week, Sami Zayn has not only alienated his rabid followers, but has also made enemies out of two of SmackDown’s biggest stars. Owens and Zayn have a long history of feuding and reconciling, but the latter’s actions this week may fully turn the former against him.
There’s no doubt KO would seek vengeance by challenging him to a match sooner rather than later. The two have put up countless classics, and their new potential encounter would be no different. As for CM Punk, Sami Zayn is clearly still not over losing the Undisputed Title to him in early July. Whether Punk and SmackDown GM Nick Aldis grant him a shot at the title remains to be seen.
A three-way contest is another possibility, pitting Zayn, Owens, and Punk against each other, with the gold on the line. The possibilities are endless, and only time will tell what direction WWE heads in with the three megastars.
`;
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-watch-what-happened-sami-zayn-wwe-smackdown-went-air-following-heel-turn?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













