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

If this relegation wasn’t enough, Jacob Fatu is also nursing a couple of injuries. As per Ebou of Self-Made Sessions, the former US Champion has hurt both his ankle and back. He also mentioned that the Tribal Showdown between Roman Reigns and Fatu in Italy was a mostly plodding affair due to the latter’s injury.

“The thing is, it looks like an ankle and a back issue. And I’ll tell you this. He was not particularly mobile at all in the match, which is why they did a really slow walk and brawl for a lot of it,” said Ebou. (34:43 – 34:52)

Self Made Sessions #35: #WWEClash in Italy, OG v. El Grande @ #AAANocheDeLosGrandes, #NBAFinals

Bully Ray feels WWE has given up on Jacob Fatu

Fans have been voicing their concerns over The Samoan Werewolf being pushed down the card following his losses to Reigns. Bully Ray was more brutal in his assessment, saying it was a sign of WWE all but giving up on him.

Speaking on Busted Open Radio, Ray explained that he was now destined to be a sidekick in The Bloodline until the tides again shift in his favor.

“It almost looked like the Jacob experiment has come to an end,” he said. “He’s now a co-star in the Bloodline. We’ll see what happens. Remember, just a couple of months ago, there was all this discussion about whether Jacob Fatu could be the face of the place and the World Heavyweight Champion. A lot of people said, ‘yes.’ I said, ‘no.’ Jacob Fatu will never be what Roman Reigns is. Where he fits into this story moving forward, that remains to be seen.”

While it remains to be seen what WWE has in store for Jacob Fatu, one can only hope he gets healthy soon and doesn’t have to spend too much time away.

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/rumor-heartbreaking-health-update-jacob-fatu-report?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