”
], { 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);
});
});
})();
Moments ago, WWE shared a graphic on their official X (fka Twitter) handle to advertise Roman Reigns’ appearances for the month of June. The World Heavyweight Champion is currently scheduled to work three out of five Mondays next month, June 1, 15, and 29.
“Get ready to throw the ☝️s up for your Tribal Chief! Tickets to see World Heavyweight Champion @WWERomanReigns on sale now,” read the caption.
You can check out the tweet below:
Roman Reigns’ most recent in-ring appearance was at the Backlash Premium Live Event, where he put the World Heavyweight Championship on the line against Jacob Fatu. Despite a dominant performance from The Samoan Werewolf, The OTC managed to defend his title. However, Fatu brutally attacked Reigns after the match, suggesting that the rivalry between the two real-life Bloodline members was far from over.
WWE Superstar Jacob Fatu says only one move will be effective against Roman Reigns
Jacob Fatu has used the Tongan Death Grip to keep Roman Reigns at bay. Although he failed to defeat The Tribal Chief at WWE Backlash, he has been the more dominant star throughout the feud thus far.
Speaking on a recent episode of the Cheap Heat podcast, Fatu noted that he was happy and thankful to bring back the move. He further explained why the Tongan Death Grip was the only move that could take Reigns out.
“I talked to Talla Tonga. I mean, I’m just happy and I’m thankful I’m able to use this and bring it back because, man, there’s no other move that could have did this with Roman. Let’s be for real. What else? This guy has been F5’d. This guy has been through it all. You got to hit them, and this is one thing, if you can’t go against it man. There’s only one thing that’s going to take us down and take us out. That’s anything to do with our bloodline or our family. There’s no other move besides the Tongan Death Grip. I couldn’t have it no other way. No, we’re not changing the name because it wouldn’t be what it is if it’s not the Tongan Death Grip.” said Jacob Fatu. [H/T: Fightful]
It will be interesting to see what plans Triple H and the creative team have in store for the World Heavyweight Championship feud between Roman Reigns and Jacob Fatu after their epic encounter at the Backlash Premium Live Event.
`;
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-wwe-officially-confirms-roman-reigns-appearances-ahead-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













