”
], { 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);
});
});
})();
By bringing Zilla to the WWE as his new enforcer, The OTC would also continue the ongoing Bloodline Backlash streak of debuting a new star from their family at the annual post-Mania PLE. In 2024, Tanga Loa debuted at Backlash France, and JC Mateo arrived at the Stamford-based promotion the next year at Backlash St.Louis.
That said, the angle proposed above is speculative, and nothing has been confirmed to date.
Jacob Fatu breaks character to express true feelings about Roman Reigns ahead of Backlash
Ahead of their match this weekend, the former United States Champion appeared on ESPN’s Get Up, where, at one point, the latter broke character to praise the Original Tribal Chief after hyping their championship match, referring to him as “Greatest of all time in sports entertainment.”
Here’s what he said:
“This is more than everything. These are… I prayed, and I cried for days like this. I’m not only at Backlash, fresh out of WrestleMania. No, I’m going toe-to-toe, head-to-head, banging with the best–and we’re not talking about professional wrestling. We’re talking about the greatest of all time in sports entertainment. And it’s Roman Reigns, and I would have it no other way besides this Saturday at Backlash,” Fatu said.
It will be interesting to see how the Jacob Fatu & Roman Reigns saga unfolds this weekend.
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/roman-reigns-to-continue-bloodline-s-backlash-streak-by-bringing-new-real-life-family-member-exploring-possibility?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


