], { 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);
});
});
})();

In this listicle, we will list three finishes of the triple threat match tonight.

#3 Drew McIntyre attacks Cody Rhodes and Jacob Fatu, allowing Sami Zayn to pick up the win

It’s crystal clear that Drew McIntyre doesn’t want to face Cody Rhodes at WrestleMania 42, after he led to Cody’s elimination at the men’s Royal Rumble last month in Saudi Arabia. It’s a no-brainer that the Scottish Psychopath will also do everything possible to ensure Rhodes ends up losing the qualifier match on SmackDown.

Moreover, McIntyre is also at odds with Jacob Fatu, and he certainly won’t be wishing for The Samoan Werewolf’s win either. Drew can take out both Cody and Fatu in the match, allowing Sami Zayn to win the match, because he knows that either Zayn won’t win the Elimination Chamber match, or even if he wins, his 12-0 record against The Honorary Uce is enough to translate into another victory at Mania.

#2 Cody Rhodes turns heel

Another possible finish of the match could be Cody Rhodes turning heel in order to win. The American Nightmare is inarguably at the lowest point of his WWE career since returning to the promotion in 2022. He lost his championship last month, and there are also reports of his popularity with the WWE fans going down.

Drew McIntyre SCREWS Cody Rhodes with shocking Claymore: Royal Rumble 2026 highlights

To win the Elimination Chamber match is his last and only option to get back his title. And to achieve that, he can go to any length. Therefore, to win the match tonight on SmackDown, Rhodes could deliver a shocker and turn heel to win the contest. It could involve him giving a low blow to Sami Zayn or using a steel chair to win the match somehow.

The heel turn could give a new direction to Cody Rhodes’ current character in WWE, and it will be interesting watching him go to the Elimination Chamber as a heel.

#1 Cody Rhodes wins the match clean

The most probable finish of this contest would be Cody Rhodes winning the match clean and marching to the Elimination Chamber event in Chicago on February 28, 2026. There have been reports that Rhodes is slated to win the Elimination Chamber match on February 28 and then challenge Drew McIntyre for the Undisputed WWE Championship. So, he will most probably walk out with a win in tonight’s match.

It remains to be seen how Drew McIntyre impacts the triple-threat match tonight. Will he attack the American Nightmare once again, or will he let the former Undisputed Champion win the contest? We’ll find out tonight.

Why did you not like this content?


`;
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/3-finishes-cody-rhodes-vs-jacob-fatu-vs-sami-zayn-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

Leave A Reply

Exit mobile version