”
], { 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);
});
});
})();
As a result, it could be a hint that another Bloodline breakaway faction could be on the cards, seemingly comprising the Fatus.
The Fatus of WWE could be aligning after WrestleMania 42
With Jacob Fatu operating on his own for the time being, it was quite interesting to see ‘Us’ on his shirt. In all likelihood, it is the sign of a new faction in the works with The Usos and Solo Sikoa joining forces.
They all share the same last name, and have been undergoing subtle character changes. Sikoa might get kicked out from the MFTs after visible tension with Tama Tonga and the rest. Once that happens, he could find refuge by joining the Fatus.
On the other hand, Jimmy and Jey Uso have also started to get more family-centric. However, it seems unlikely that they will let Roman Reigns rule them again.
The Fatus could first unite at WrestleMania 42 by helping Jacob Fatu win
The Samoan Werewolf is set to battle Drew McIntyre in an Unsanctioned Match at WrestleMania 42. As a result, interferences will not result in disqualifications.
Taking advantage of this, The Usos and Solo Sikoa could emerge to help Fatu win against McIntyre. They could then brutally beat down The Scottish Warrior to write him off television.
This could lead to Drew McIntyre finally returning with the Bloodline Hunter gimmick
For a brief period during his feud with Jey Uso, it seemed like Drew McIntyre was going to become the Bloodline Hunter. However, the gimmick was dropped and it ended up going nowhere.
After he is done filming Highlander following WrestleMania 42, McIntyre could return to feud with the faction and reintroduce the Bloodline Hunter gimmick in full swing.
`;
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/triple-h-may-subtly-spoiled-plans-new-bloodline-faction-roman-reigns-isn-t?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













