”
], { 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 X, Estrada reacted to Zilla’s WWE debut and seemingly hinted at the possibility of joining forces with him in the company by posting a one-word message.
“Hello!” wrote Estrada.
Check out Estrada’s one-word reaction to Zilla’s debut:
Zilla Fatu always wanted to sign with the WWE
Zilla Fatu didn’t want to break the cycle of Anoa’i family members signing with a promotion outside the WWE. Speaking in a previous interview with Bootleg Kev, he claimed that he had unfinished business and needed to fulfil his dad’s legacy.
Fatu also added that he wanted to build his own brand while being signed to WWE.
“No. I think my heart is with the E right now. So I’m not gonna break that cycle [because it’s where his family is]. And then not only that, I got unfinished business as far as my dad’s legacy to fulfill. So that’s why. I want to go over there and turn that sh*t up, and at the same time, build my own brand.”
Zilla Fatu destroyed multiple NXT stars on his debut, crashing a match between Grayson Waller and Cruz Montana on his first night in the WWE. He later warned Tony D’Angelo, who was at ringside and claimed that there was a new sheriff in town.
Witth now clear outcome to the Waller vs. Montana match on NXT, it remains to be seen who challenges D’Angelo for his title at Heatwave. A Fatal Four-Way Match could be the likely.
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-former-wwe-star-teases-a-big-return-to-the-company-after-14-years-following-zilla-fatu-s-debut?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



