”
], { 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);
});
});
})();
Given their heel turn, let’s take a look at three possible theories why Michin and B-Fab joined forces with The Storm.
#3. They could have mutual hatred for Rhea Ripley
One of the simplest explanations could be a shared rivalry with Rhea Ripley in WWE. Over the past year, Ripley has seemingly dominated the women’s division. This might have attracted some haters, too.
Michin and B-Fab have been feuding with Jade Cargill for months on Friday Night SmackDown. Therefore, it looks like the alliance might not be about friendship but rather about taking down a common enemy.
#2. The duo couldn’t beat Jade Cargill, so they decided to join her
Jade Cargill has arguably been portrayed as an unstoppable force since turning heel and winning the WWE Women’s Championship. For Michin and B-Fab, teaming up with Cargill could be a strategic move. Instead of risking further losses trying to bring Cargill down, they might have chosen to align with her and benefit from her star power.
This type of alliance isn’t new in WWE history. Over the years, many superstars have gravitated toward dominant figures to stay relevant. By standing alongside Big Jade, Michin and B-Fab could quickly boost their momentum on SmackDown and position themselves closer to championship opportunities.
#1. WWE seemingly wants to protect Rhea Ripley from a clean loss at WrestleMania 42
Perhaps the most intriguing theory is that this alliance could serve a larger storyline purpose, specifically to protect Rhea Ripley’s momentum leading into WrestleMania 42.
With this in mind, WWE might want to avoid booking The Eradicator to suffer a decisive, clean loss at The Show of Shows. By introducing Michin and B-Fab into the storyline, the creative team could enable the duo to interfere in the title match and cost Ripley a potential victory over Jade Cargill.
If this happens, it would allow Rhea Ripley to look strong in defeat. At the same time, this alliance would give Cargill a significant ‘Mania moment without completely diminishing Ripley’s momentum.
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/3-theories-michin-b-fab-joined-forces-jade-cargill-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


