”
], { 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);
});
});
})();
Cory Hays of False Finish said that The Usos will come into play with Roman Reigns soon. While this was an understandably vague statement, he clarified in the comments that it means that The Usos will start interfering in Reigns’ matches again, just like they did between 2021 and 2023.
Jacob Fatu is loyal to Roman Reigns, but revealed one major change to The Bloodline on RAW.
Jacob Fatu has made it clear that he is loyal to his OTC and made sure to live up to his word after losing the Tribal Combat match at Clash in Italy 2026. Roman Reigns told him that he may not understand it now, but he will see in time (just like Jey Uso) that he loves him.
Even in the aftermath of Clash in Italy, Jacob Fatu made his stance clear – he is loyal to The OTC and not to The Usos – especially not Jey. This week on RAW in Paris, which was the concluding part of the European tour (or atleast the first leg of it), Jacob Fatu once again got into a bit of a tense situation with The Usos.
For some context, Seth Rollins decided that he had moved on from The Vision, and with his eye to the King of the Ring tournament, he casually called Roman Reigns out – a man who has historically struggled to defeat him when it really counts. The Usos took offense to this and confronted him backstage, setting up Jacob Fatu to make an even bigger threat. Instead, Fatu just stared Rollins down and walked away.
In a segment later on, Jimmy and Jey Uso confronted him about this, and Jacob Fatu said that he was loyal to Roman Reigns and not them – showcasing a massive difference in this new version of The Bloodline.
`;
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/big-change-roman-reigns-matches-set-happen-soon-next-world-title-defense-onwards-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













