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

Speaking on the Cheap Heat podcast, Fatu shouted out Haku and explained how his father and Haku met in Canada. He even revealed that his father was scared of Haku, but respected him at the same time.

“Shout out to Haku, man. Everything that he has done for us, for the business, also for my father as well. He was actually looking out for my dad. … I was kind of like my dad, in and out. So pops used to wrestle as the Tonga Kid, came in as Tama of the Islander, met up with Haku in Canada. That’s a man that my dad was very scared of, but also respects so much. Haku is the most loving, nicest, such a great grandfather as well. So for us to all be tied in and for me to bring this back out, it’s really to pay homage.” said Fatu. [H/T: Fightful]

Jacob Fatu thinks the Tongan Death Grip is the only move that could take down Roman Reigns

Jacob Fatu claimed that the Tongan Death Grip is the only move that could take down Roman Reigns. Fatu said that Reigns has been through it all in his career, but only one thing could take him down.

During the same conversation, Jacob Fatu said:

“I talked to Talla Tonga. I mean, I’m just happy and I’m thankful I’m able to use this and bring it back because, man, there’s no other move that could have did this with Roman. Let’s be for real. What else? This guy has been F5’d. This guy has been through it all. You got to hit them and this is one thing, if you can’t go against it man. There’s only one thing that’s going to take us down and take us out. That’s anything to do with our bloodline or our family. There’s no other move besides the Tongan Death Grip. I couldn’t have it no other way. No, we’re not changing the name because it wouldn’t be what it is if it’s not the Tongan Death Grip.”

Jacob Fatu had the chance of winning the World Heavyweight Championship at Backlash 2026.

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/news-he-actually-looking-dad-jacob-fatu-pays-homage-haku-details-relationship-father?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