”
], { 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 main event of the night saw Sami Zayn defeat his United States Championship successor, Dragunov, to qualify for the Fatal Four-Way match. That was when Williams blindsided Zayn and flattened him with his finisher, Trick Shot.
Thus, Williams’ attack on the OG Bloodline member signals that he is already trying to weaken the competition. He also fired shots at Randy Orton and Damian Priest after his win over Cardona in a backstage interview with Cathy Kelley.
However, this led The Punisher to challenge Williams to a match on next week’s episode of SmackDown. Since the match will take place just a day ahead of the Fatal Four-Way match at Saturday Night’s Main Event, Willy now risks exhaustion ahead of the big fight.
Sami Zayn sent a direct challenge to Drew McIntyre
Before facing Ilja Dragunov, Sami Zayn was in a backstage segment with Drew McIntyre. The former four-time Intercontinental Champion said he would see The Scottish Warrior at Royal Rumble, with the Undisputed Title on the line.
In response, McIntyre said Zayn wouldn’t be able to defeat him even if he made it to the Rumble, since he had never been able to do it before. Notably, The Scotsman has an 11-0 record against the Canadian wrestler.
Sami Zayn had said that he had a feeling that McIntyre would walk out as the winner of the Three Stages of Hell match on last week’s episode of SmackDown. It would be interesting to see if Zayn and McIntyre face each other at the 2026 Royal Rumble.
`;
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-3-time-wwe-champion-suddenly-ambushes-sami-zayn-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













