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

Old WWE rivals cross paths

On the March 10 edition of Friday Night SmackDown, Fatu was being interviewed by backstage correspondent Cathy Kelley when he was interrupted by Solo Sikoa and his entire The MFT stable.

The Street Champion told his former Enforcer that every time Drew McIntyre or anyone else brings up his criminal past, it’s embarrassing for his entire family.

The identity of Jacob Fatu’s mystery WWE attacker

Things began to get heated between them and then Sikoa went on to point backstage near the garage shutter, asking if it wasn’t the same spot where the mystery attacker knocked Fatu’s teeth out of his mouth, mocking him, and then went on to say, does anybody know who did it, and does anybody even know what happened, and then said it was surely a shame it did happen.

Solo immediately locked eyes with Tama Tonga as if they were aware of something related to Jacob’s mystery attack. The former Tribal Chief told the Tribal Wolf that he would go ask Nick Aldis to book a match between him and Tama.

That said, it appears that the WWE has laid the seeds of reviving the mystery attacker storyline. Fatu could start the rivalry once he ends his rivalry with Drew McIntyre.

Mentioning the attack and exchanging an evil smile with Tonga has raised suspicion that the MFTs may be the mystery in this storyline.

And the Scottish Warrior may have nothing to do with at least the Samoan Werewolf’s backstage attack.

Jacob Fatu would end his heated feud with Drew McIntyre at WrestleMania

The real-life Bloodline member and The Scotsman’s bad blood have reached a boiling point. Two are all set to compete in an unsanctioned singles match at WrestleMania 42, which might probably act as the grand finale of their feud.

On SmackDown, Fatu officially defeated Tonga and was immediately attacked by McIntyre, who handcuffed him, hung him on the ringside post, and thrashed him brutally, which points to their rivalry being on the climax.

Meanwhile, the former WWE United States Champion embracing the MFT by defeating one of their decorated member, Tama Tonga, is a hint that Fatu could get involved in a rivalry with the Solo Sikoa-led faction after the Granddaddy of Them All.

That being said, the angle proposed above is speculative, and nothing has been confirmed as of now. It will be interesting to see whether Triple H and his creative team would put the Tribal Wolf in rivalry with The MFTs after he is done with McIntyre, and whether his former factionmates were behind his attack.

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/we-ve-identified-jacob-fatu-s-mystery-wwe-attacker-it-s-think?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