”
], { 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);
});
});
})();
Here’s a preview of the go-home edition of SmackDown for WrestleMania 42:
#5. Jacob Fatu shares his final words for Drew McIntyre
Last week on SmackDown, Jacob Fatu suffered a merciless attack at the hands of Drew McIntyre. The Scottish Warrior absolutely obliterated him and gave a display of what he’s going to do at WrestleMania 42. The entire arena was left stunned at the events that unfolded. Well, tonight, Fatu will respond to McIntyre and deliver his final words before their Unsanctioned Match this weekend.
The Samoan Werewolf is likely to deliver a vociferous promo, addressing the WWE Universe about his upcoming match. He could take shots at Drew McIntyre, lambasting the latter and putting him on notice. WWE could either keep it a cold-hearted promo segment or showcase one final brawl between the two superstars. In any case, this rivalry might escalate further tonight.
#4. The Wyatt Sicks battles the MFT in faction warfare
The Wyatt Sicks have been embroiled in a heated rivalry with the MFT for the past several months now. This feud has been going on for eternity now, and fans have apparently grown exhausted of it. Rumors have been swirling that tonight will mark the end of this six-month-long saga. The two teams will battle in an 8-Man Tag Team Street Fight in the T-Mobile Arena in Las Vegas, Nevada.
This is expected to be an incredible match where the entire arena may turn into a breeding ground of chaos. When it comes to the outcome, there is a high chance that The Wyatt Sicks could prevail tonight. Uncle Howdy and Co. is likely to grab a huge victory over the MFT and put an end to this feud for good. Besides, fans could see some internal tensions between Solo Sikoa and Tama Tonga as well.
#3. Rhea Ripley and Jade Cargill go at each other on SmackDown
Rhea Ripley is set to face Jade Cargill for the WWE Women’s Championship at WrestleMania 42. This feud has been one-sided so far, with the champion dominating the challenger. For weeks, Ripley has fallen prey to the numbers game against Cargill and her faction. The two woman will be under the same roof tonight for one final time before their blockbuster match at WrestleMania 42.
Things are bound to get chaotic yet again as The Eradicator and The Storm may find themselves in a huge brawl. This is the go-home edition of SmackDown and WWE might put one last effort to inject excitement into this feud. However, the interesting part will be to see who’s getting the upper hand tonight ahead of their WWE Women’s Championship match this weekend in Vegas.
#2. WWE hosts Andre the Giant Memorial Battle Royal
One of the most exciting parts of the WrestleMania weekend is the Andre the Giant Memorial Battle Royal. This year, WWE is once again hosting this traditional contest on the go-home edition of SmackDown. Although the company hasn’t revealed the participants yet, several big names from Monday Night Raw and Friday Night SmackDown are expected to be a part of it.
Besides, fans could see some returns like that of Omos and Ilja Dragunov and others that might electrify the battle royal. All in all, it is set to be an exciting clash with every man looking to toss the other out of the ring and make a name for themselves. It will be interesting to see who is slated to win the 2026 Andre the Giant Memorial Battle Royal this year.
#1. Cody Rhodes and Randy Orton set for a final confrontation
Cody Rhodes and Randy Orton will battle each other in a marquee match for the Undisputed WWE Championship at WrestleMania 42. The build-up of this rivalry has been exciting so far and fans are on the edge of their seats to see the two former friends collide this Saturday. Orton and Rhodes will be under the same roof tonight one final time before their blockbuster clash.
The American Nightmare could deliver a passionate promo, validating why he would beat his mentor at The Grandest Stage of Them All. Meanwhile, Randy Orton could showcase his utmost zeal to win his long-awaited 15th World Title. There is a high chance that fans could see one final brawl between the two stars on SmackDown, which could elevate this rivalry to another level.
`;
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/wwe-smackdown-wrestlemania-42-preview-storyline-ends-6-months?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













