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

Fatu was responsible for the rise and fall of McIntyre this year. He inadvertently helped the Scotsman become the Undisputed WWE Champion for the first time in his career.

After being screwed out of title opportunities, Jacob Fatu retaliated and cost Drew McIntyre his gold right before WrestleMania 42.

Speaking on the Bootleg Kev podcast, Jacob Fatu shared his thoughts on his feud with Drew McIntyre.

“I don’t need a title, bro. I’m not wrestling for no title. I came here to make money, to take care of my family… This isn’t a life-changing old Jacob has a great story. No, somebody’s going to lose, bro… Let’s keep it 100. I’m looking d*ad in the camera — I’m not losing. Somebody has to lose, alright.”

The Samoan Werewolf knows what could happen if things get out of control. He said he could be released over the ongoing situation with Drew McIntyre.

“Even the company knows I will get released over this s**t, okay? [sic] Because if we really want to take it like that, we’re talking about taking food off my family’s table, okay? And in this company, you’ve seen it before — one loss. I just got here. There’s no way in hell I’m going down here.”

You can check out the full interview below:

Jacob Fatu On Oba Femi & Brock Lesnar Moment, Drew McIntyre, AJ Styles HOF Induction, & WM42

All hell broke loose on WWE SmackDown

During the March 20th episode of Friday Night SmackDown, Drew McIntyre picked up right where he left off last week.

He launched a sneak attack on Jacob Fatu in the parking lot, busting him open.

The Samoan Werewolf didn’t back down from a fight and continued to brawl throughout the night.

The closing moments of the show saw both men fall off the scaffolding. Nick Aldis was heard screaming for help as the camera stopped rolling.

It wouldn’t be far-fetched to say that a singles match between the two men is on the cards for WWE WrestleMania 42 in Las Vegas.


If you use quotes from the first half of the article, please give an H/T to Sportskeeda Wrestling for the transcription.

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-i-will-get-released-this-jacob-fatu-risk-fired-wwe?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