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

Dave Meltzer of F4WOnline has reported that from WWE RAW, Roman Reigns was going to do everything in his power to get rid of Jacob Fatu from the company. There is something planned starting from the upcoming episode of the Red Brand.

At WWE Backlash, Roman Reigns put his World Heavyweight Championship on the line for the first time since winning the belt at WrestleMania against CM Punk. There, he faced a star who had been at the edges of the main event scene, as Jacob Fatu finally got a chance to establish his name as a firm main eventer. Things didn’t quite go as per plan for him, though, as he did his best to destroy Reigns but still fell short.

Despite putting him through the table and using the Tongan Death Grip, the star lost after Reigns hit an unexpected spear out of nowhere. After he lost, Fatu lost whatever little control he had on his emotions and took out Reigns and everyone who came between him and his opponent. His attack rendered the win by Reigns a simple technicality, as only one man was walking out of Backlash easily, while the Original Tribal Chief needed time to recover before making his exit.

On the way out, Reigns cut a promo, where he said that there was a reason he had never wanted Jacob Fatu in WWE, and the star had just proven why he was not fit to be in the company.

“This is why we should have never had Jacob in this company. You don’t belong here, Jacob. There is no order with you in it. This is your last night here.”

RAW will shed more light on what he plans to do to get rid of Jacob Fatu, now that he wants him gone.

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-breaking-roman-reigns-wants-wwe-superstar-gone-from-the-company-reports?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