”
], { 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);
});
});
})();
On tonight’s episode of Friday Night SmackDown, Fatu faced off against Tama Tonga and defeated his former stablemate in a hard-fought match. Following the bout, McIntyre attacked Fatu from behind and hit him with a Claymore. He then grabbed a chair and smashed Fatu before dragging him toward the ring post. McIntyre then pulled out handcuffs and locked Fatu to the ring post, leaving The Samoan Werewolf busted open. With Fatu chained and helpless, the assault continued. WWE officials then intervened to stop the former Undisputed Champion.
Following the show, Jacob Fatu took to his X account to send a message to the fans of San Jose and thank them.
“SAN JOSE LOVE YALL NORCAL 💯💯🙏🙏.”
Check out his post below:
Drew McIntyre cut a promo on his WWE WrestleMania opponent
The Scottish Warrior and Jacob Fatu are set to lock horns at WrestleMania 42 Night One in an Unsanctioned Match. The two are going after one another each week.
Drew’s attacks on Fatu did not stop at the ringside. Before the assault, McIntyre aired a vignette while in a prison cell, aiming at the former United States Champion.
He called Fatu “a failure as a man, a failure as a father,” claiming Fatu chose a life of crime over his family and his children. McIntyre closed the segment with a chilling line, declaring he would be Fatu’s “judge, jury, and da*n executioner” in Las Vegas.
With WrestleMania 42 a week away, it will be interesting to see who emerges victorious between the two and whether this Unsanctioned Match will end their rivalry once and for all.
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-jacob-fatu-sends-message-getting-destroyed-drew-mcintyre-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


