”
], { 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);
});
});
})();
You can check out the video in the Instagram post below:
Zilla Fatu is the son of WWE legend Umaga in real life and is cousins with The Usos, Solo Sikoa, and Jacob Fatu. Roman Reigns, The Usos, and Jacob Fatu have reformed The Bloodline on RAW. Sikoa was supposed to join the faction after losing to Jey Uso in a singles match but opted to hit Reigns with a Samoan Spike instead.
The Usos battled LA Knight and Solo Sikoa in a tag team match in the main event of last night’s episode of RAW. Royce Keys and OTM (Out the Mud) interfered in the match and attacked both teams.
Grayson Waller used to be in a tag team with Austin Theory on the main roster, known as A-Town Down. The duo captured the WWE Tag Team Championships by winning a ladder match at WrestleMania 42.
WWE legend predicts Zilla Fatu will have a major role in The Bloodline
Wrestling veteran Bully Ray believes Zilla Fatu will play a major role in The Bloodline in the future.
Speaking on Busted Open Radio, Bully Ray suggested that the 26-year-old could become the rebellious member of the faction and might be better for the role than Jacob Fatu.
“Obviously looking way ahead, Zilla could be that rogue, rebellious member of the family that they tried to do with Jacob, but it didn’t go in that direction. I think there’s more upside to the rebellion and the rogue Bloodline member in Zilla than there was with Jacob. He’s got to stay in check. I will tell you this, from what I know about the other family members that are currently in WWE, if Zilla steps out of line, oof. He gonna get put right back in line,” said Bully Ray. (H/T – WrestlingInc)
It will be interesting to see if Fatu can win the WWE NXT Championship this weekend at Heatwave.
`;
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-former-wwe-champion-takes-massive-shot-zilla-fatu?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













