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

It appears that Tama’s time in the group may be nearing its end. For the last few weeks, the former NJPW star has been acting differently. During The MFTs’ feud with The Wyatt Sicks, Solo Sikoa stole Uncle Howdy’s lantern. This didn’t sit well with Tama, who spoke up against the group’s leader.

On the April 3 episode of SmackDown, Tama faced Uncle Howdy in a singles match. During the bout, Sikoa came out with the lantern to distract the masked superstar, but he was stopped by Tama. Howdy ultimately won the match. The Good Bad Guy then returned the lantern to the cryptic star, much to Sikoa’s dismay.

The cracks have formed between Tama and Solo, and it could lead to the former leaving The MFTs. If that happens, these four stars could replace the 43-year-old in the group.


#4. Zilla Fatu

Zilla Fatu could be the perfect replacement for Tama Tonga in The MFTs. The young star has been impressive in his run on the independent circuit, and joining Sikoa’s faction could be a good start to his WWE career, should he sign with the company.

The friction between Solo and Tama started when the latter started questioning The Street Champion’s decisions. If Sikoa wants someone who would obey him without question, Zilla could be a great choice. He is young, he is powerful, hungry, and he comes from the Anoa’i family. These qualities arguably make Zilla a better choice for the heel group than Tama Tonga.


#3. Shinsuke Nakamura

Now, this would be the ultimate swerve. Shinsuke Nakamura has been encouraging Tama Tonga to become his own man and get out of Solo Sikoa’s shadow. The King of Strong Style is largely the reason behind the rift between Tama and Solo.

Since The Good Bad Guy has decided to stand up to The Street Champion, the latter could replace him. However, simply replacing him wouldn’t be enough punishment for Tama. Therefore, Sikoa could offer a lucrative deal to Nakamura and add him to the group to spite the Tongan star.

Nakamura could turn heel and join Sikoa in The MFTs. The veteran hasn’t been able to find a solid direction on television. A surprise heel turn and an alliance with the villainous faction could be a change that could allow Nakamura to explore a different character and receive more opportunities.


#2. Lance Anoa’i

Lance Anoa’i could be another solid pick if Solo Sikoa wants to replace Tama Tonga with someone from his family. The real-life Bloodline member was released from WWE last September without competing in a single match. While his first run might have ended on a disappointing note, Lance could return and immediately make an impact if Solo adds him to The MFTs.

Tama’s rebellion may see him getting kicked out of the heel group. The Street Champion could state that he didn’t need someone like Tama, who didn’t believe in his vision. Solo could announce Lance as the newest member of the group.


#1. Rikishi could join The MFTs

Since Solo Sikoa is seemingly losing grip as the leader of The MFTs, he could turn to his father for guidance. Rikishi is a WWE Hall of Famer with years of experience, someone who could lead Sikoa and his group.

The legend could return to television as the group’s manager, and the first decision he could make is to kick Tama Tonga out. The Good Bad Guy’s exit could pave the way for a babyface run, especially given the crowd’s growing reaction to his defiance. WWE could capitalize on this momentum by positioning him against The MFTs in a long-term storyline.

This would not only elevate Tama as a singles competitor but also solidify The MFTs as a dominant heel faction heading into the post-WrestleMania season. Rikishi’s potential addition could create an interesting dynamic within the faction. It could start resembling The Bloodline.

The Sikoa-led faction has failed to establish itself as a major threat on SmackDown. The group needs a restructuring and a fresh direction. Tama Tonga’s new attitude has certainly opened several interesting possibilities for storylines following The Show of Shows. It will be interesting to see how the Triple H-led creative team handles the heel group going forward.

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/4-replacements-tama-tonga-the-mfts-cost-wwe-raw?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