”
], { 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);
});
});
})();
Jacob Fatu didn’t have the best luck on WWE RAW last week. He went too far, crossing a line that has led to the star being fined. While he was present on tonight’s RAW episode, the star has been punished for his actions on last week’s show.
The Bloodline were out, and Jacob Fatu fell in line with the rest of the faction, deciding to follow Roman Reigns now that he has lost Tribal Combat. However, on the way out, something changed. Fatu had been presented with an Ula Fala, and on the way out, he took offense when someone touched it.
Comedian and actor Eric Andre was present at ringside, and he was talking with each member of the Bloodline, even sharing a moment with Roman Reigns himself, as he made his way out. However, Andre crossed the line and touched Fatu’s Ula Fala. That led Jacob Fatu to attack him and destroy the star.
Even though Adam Pearce came out to help him, it was of no use. He accepted Roman Reigns’ instructions and hit him with two splashes, taking him out altogether.
LA Knight spoke to Pearce tonight and said the star had gotten away with failing to follow orders and attacking a guest. However, Adam Pearce revealed that this was not the case and that he had been handed a severe punishment. He had been forced to pay a huge fine as a result of the attack.
The star was on the show tonight but was far more subdued, though that’s unlikely to be due to the fine. It remains to be seen what happens next.
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-after-roman-reigns-latest-ally-breaks-huge-rule-adam-pearce-hands-out-massive-fine?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



