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

However, Jey Uso defeated Solo on last week’s RAW, forcing him to present himself in front of the Tribal Chief. On this week’s episode of the show, Jimmy & Jey along with Jacob were all present for Roman Reigns’ meeting with Sikoa. Reigns asked Solo to hit his recent accomplice LA Knight with his Samoan Spike. However, Sikoa shocked everyone by hitting the Tribal Chief instead and then proceeded to clean up the ring with some help from Knight.

Following the incidents of this week’s RAW, Stephanie McMahon announced that Jacob Fatu will be a guest on the next episode of her What’s Your Story podcast.

“One of the funniest, entertaining, and warm hearted people I’ve had the privilege to get to know. Thank you @jacobfatu_wwe for sharing so much of yourself! #YERT #whatsyourstory @WWE @Fanatics @EGxo,” Stephanie wrote.

It will be interesting to see Jacob Fatu break character during an interview with Stephanie McMahon.

Gabby LaSpisa predicted that Jacob Fatu will betray Roman Reigns

TNA Wrestling host Gabby LaSpisa spoke about the ongoing Bloodline story on her Last Word podcast. On this week’s RAW, Jacob abandoned Reigns after he was attacked by Solo raising questions regarding his allegiance to the Tribal Chief. Gabby has predicted that Jacob Fatu will betray Reigns.

“When he does, I hope he does it for himself. I hope it’s not for him to align with somebody else because he doesn’t really need anybody else. He’s the Lone Wolf, that’s his whole thing. So, it pis*es me off that he’s with Roman and all this kind of stuff, but the only reason it doesn’t make me so mad is because I understand the stipulation and all that happened. I think it’s just bubbling, waiting under the water until he really emerges as that guy. It’s gonna happen. I am waiting that one out,” she said.

The Bloodline story is going to get even more interesting after what went down on this past week’s RAW.

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-breaking-huge-jacob-fatu-announcement-after-disastrous-bloodline-raw-segment?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