”
], { 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);
});
});
})();
WWE SmackDown timing in different regions
- USA: 8 PM ET/ 7 PM CT (Friday)
- Canada: 8 PM ET (Friday)
- Mexico: 7 PM CT (Friday)
- Ireland: 12 AM IST (Saturday)
- United Kingdom: 12 AM BST (Saturday)
- India: 5:30 AM IST (Saturday)
- Australia: 10:00 AM AEST (Saturday)
- France: 1:00 AM CEST (Saturday)
- Japan: 9:00 AM JST (Saturday)
- Saudi Arabia: 3:00 AM AST (Saturday)
How to watch the go-home edition of SmackDown?
Tonight’s WWE SmackDown will serve as the final stop before WrestleMania 42, where the feuds and storylines will see one last build. This is an episode you cannot miss as it is set to carry huge implications. Fans wishing to see the show live in person can head to the T-Mobile Arena, located in Paradise, Nevada, right on the Las Vegas strip.
Friday Night SmackDown will be telecast live on USA Network, as it is the official home of the blue brand in the United States. You can enjoy the show while taking a sip of your favorite beverage. For fans outside the USA, Netflix will remain the exclusive home of WWE SmackDown, and you can watch all the action there live on its usual timing.
Advertised card for tonight’s SmackDown
- The Wyatt Sicks vs. The MFT (Eight-Man Tag Team Street Fight)
- Andre the Giant Memorial Battle Royal
- Cody Rhodes & Randy Orton’s final confrontation
- Drew McIntyre & Jacob Fatu share final words
- Jade Cargill and Rhea Ripley to appear
Check out WWE SmackDown Preview to know all the possible suprises, outcomes and potential shockers that can unfold on the show tonight. The upcoming episode is expected to be an explosive one as it will be the prelude to WrestleMania 42. Rumors have been swirling that the company has some big things in store, as we are officially one night away from The Show of Shows. Tighten your seatbelt and hold your breath to witness another thrilling show.
`;
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/what-time-wwe-smackdown-start-tonight-us-uk-india-april-17-2026?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













