”
], { 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);
});
});
})();
4. The Wyatt Sicks could cost the MFTs their tag titles
The MFTs are set to defend their WWE Tag Team Championship against Damian Priest and R-Truth this week on SmackDown. Solo Sikoa’s faction has held the gold since dethroning the Wyatt Sicks on the January 23 edition of the Friday Night Show.
The tag team division on the blue brand deserves to be revived, and the best way to do so would be to get the titles out of the MFT-Wyatt Sicks feud. With that in mind, Uncle Howdy and his teammates could cost their rivals the match on SmackDown, allowing Priest and Truth to become champions and re-establish the tag team division on the show.
3. Tiffany Stratton could dethrone Giulia
Fans expected Stratton to win the Women’s Elimination Chamber Match this year and challenge Jade Cargill for the WWE Women’s Championship at WrestleMania 42. After all, it was The Storm who injured and took the title off of her at Saturday Night’s Main Event in November.
However, she was defeated in the Chamber by Rhea Ripley and is now seemingly in the United States Title picture. Instead of having The Buff Barbie win in Las Vegas, WWE could have her defeat Giulia for the title before WrestleMania, spicing up the storyline.
2. Drew McIntyre could end up attacking Nick Aldis
The tension between McIntyre and Aldis has existed for years, but it could reach a breaking point on the Road to WrestleMania 42. The former Undisputed WWE Champion could finally attack the SmackDown General Manager after potentially being put in another disadvantageous situation.
If Aldis puts McIntyre in a match against Jacob Fatu at The Show of Shows, the Scottish Warrior could finally snap and attack him. This would surely give the feud a huge boost, potentially bringing the General Manager in as a special guest referee.
1. Sami Zayn could be revealed as Jacob Fatu’s mystery attacker
The former United States Champion has had a difficult time dealing with his emotions of late. He has repeatedly been having meltdowns backstage and questioning his methods.
In the near future, Sami Zayn could be revealed as the one who took out Jacob Fatu in October. This could bring Zayn into the feud between McIntyre and Fatu, and allow him to turn heel by showcasing a more aggressive side to himself, and even teaming up with McIntyre after all the years of tension between them.
However, it remains to be seen how WWE approaches Zayn’s Road to WrestleMania after his recent displays of frustration.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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/4-twists-shake-road-wrestlemania-42-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


