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

With the OTC1 waiting in the ring, Fatu made his way to the ring, attacking Jey Uso backstage and then Jimmy Uso on the entrance ramp. This led to an intense brawl between him and Reigns with the World Champion initially gaining an upper hand.

Fatu then fought back from multiple chair shots to put his cousin in the Tongan Death Grip. He was able to put the move on Reigns a few more times before powerbombing him through the announce table.

The former US champion followed it with a Running Hip Attack through the barricade, taking out the entire Bloodline as the show came to an end. Now, off-air footage has emerged that shows Reigns suffering a deep cut near his left elbow due to the vicious assault.

In the video, medical staff is seen tending to the Champion’s wound. Reigns is seen walking off and holding a towel around his left arm.

So far, there is no official word on Roman Reigns’ injury at the hands of Jacob Fatu.


Roman Reigns stopped Adam Pearce from firing Jacob Fatu

RAW kicked off with Roman Reigns being approached by general manager Adam Pearce, who told him that he doesn’t think Jacob Fatu should be on the show.

Pearce pointed out how Fatu’s actions at Backlash, which included the Samoan Werewolf putting his hands on referees, agents, and even Pearce, were out of line.

The Tribal Chief told Pearce he cannot fire Fatu until he has acknowledged him and said he was the one who brought him in and he will take him out. Now, it appears Reigns may have bitten off more than he could chew when it comes to Jacob Fatu.

His actions on RAW have only escalated the feud, and it remains to be seen what happens next.

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-roman-reigns-injured-wwe-raw?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