”
], { 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 recently uploaded a promo video featuring Howdy’s crew sending a message to the MFTs ahead of their massive 8-Man Street Fight at WrestleMania SmackDown this week. However, that wasn’t the elephant in the room; the real issue fans pointed out was that the segment wasn’t featured on SmackDown, which isn’t a good impression for the horror crew’s future.
The next match between the two teams could serve as the grand finale in their long-standing rivalry, as the Stamford-based promotion has already teased a new feud for the MFTs.
Wyatt Sicks vs. The MFT feud might end in WWE
The April 10 edition of WWE SmackDown saw Sikoa and his crew get into an altercation with Jacob Fatu, who once served as an enforcer for Solo’s Bloodline 2.0, but later left the crew and even had a massive feud with The Street Champion. The self-proclaimed former Tribal Chief told The Samoan Werewolf that it’s embarrassing for their entire family when someone brings up his criminal past.
Things got really chaotic when Solo subtly hinted that he knew something about Jacob’s mystery attacker when he pointed at the garage shutter backstage, mocking him for being attacked. This led to a match being booked between Fatu and the MFT’s Tama Tonga.
Many see it as a hint that Solo and his crew might soon end their feud with Wyatt Sicks, and as the company has laid seeds for him to revive his feud against Fatu, they might run their family back once again.
The singles bout between Jacob and Tama was, as expected, a back-and-forth. However, Jacob reigned supreme over Tonga, using his singles experience he gained to his advantage and beat the MFT faction member clean.
However, Fatu was handcuffed and brutally beaten by his arch-rival, Drew McIntyre, whom he would face at WWE WrestleMania 42. After The Showcase of the Immortals, The Samoan Werewolf would probably begin the feud with the MFTs.
That said, it’s a big question what’s next for Wyatt Sicks after their rivalry ends with Sikoa and his crew, who are not even being featured on the shows, and their segments are being uploaded to social media.
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/news-wwe-cut-the-wyatt-sicks-segment-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


