”
], { 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);
});
});
})();
Recently, during an interview with Bootleg Kev, the 26-year-old star said he is not interested in signing with AEW, even if WWE takes some time to offer him a contract. He stressed that his loyalty stays with the Stamford-based promotion because of his family. That’s not all. The son of Umaga revealed that he has unresolved matters related to his father’s legacy to address, as well as personal goals he still wants to achieve.
“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.” Fatu said [H/T – Wrestlepurist]
A real-life Bloodline member could be suspended from WWE after Backlash
Roman Reigns defeated CM Punk in the main event of WrestleMania 42 Night Two to win the World Heavyweight Championship. This marked his first title in the company after losing the Undisputed WWE Championship to Cody Rhodes at ‘Mania 40.
While the OTC walked down to the ring to celebrate his victory on the RAW after WrestleMania 42, he was confronted by Jacob Fatu. The Samoan Werewolf made it clear that he wanted everything that Reigns possesses. He then challenged Roman for his title at Backlash.
However, Jacob Fatu was unable to get the job done as Roman Reigns retained his world title. A frustrated Fatu brutally assaulted Reigns post-match. After Backlash went off air, Cathy Kelley interviewed the champion, who informed her that it was the Samoan Werewolf’s last night in the Stamford-based promotion.
This has led to various rumors that Jacob Fatu might be fired from the company. While nothing has been confirmed yet, Fatu is expected to appear on the upcoming episode of RAW, alongside the OTC. It will be interesting to see what the aftermath of Fatu’s actions would be.
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-i-got-unfinished-business-another-bloodline-member-teases-wwe-debut-roman-reigns-vs-jacob-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



