”
], { 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);
});
});
})();
“The thing that I heard about Seth Rollins following SummerSlam is that this absence wasn’t supposed to be prolonged, but now we’re at week five. Next week will be week six. So unless something changes, I haven’t heard his name in a while. He’ll be back relatively soon,” said WrestleVotes. (H/T: Ringside News)
Roman Reigns defeated CM Punk in the main event of WWE WrestleMania 42 to become the new World Heavyweight Champion. He successfully defended the title against Jacob Fatu twice following The Show of Shows and defeated him in a Tribal Combat match at Clash in Italy. As a result of the loss, Fatu had to join The Bloodline and acknowledge Reigns as his Tribal Chief.
Reigns got the better of Seth Rollins at SummerSlam 2026 to retain the title. Rollins and Reigns showed each other respect following the match at the PLE last month in Minnesota.
WWE star Seth Rollins comments on betraying The Shield
Seth Rollins opened up about his decision to betray The Shield back in the day. The Shield was a popular faction that featured Rollins, Reigns, and Dean Ambrose, now known as Jon Moxley in All Elite Wrestling.
Speaking on WWE’s YouTube channel, Rollins shared that he didn’t think twice about betraying his stablemates and suggested that it led to the creation of Reigns’ Tribal Chief persona.
“While I think the chair shot itself and the decision was probably made in haste and made without the foresight of what it would become, I never imagined Roman Reigns would become the Tribal Chief based on the resentment, the pain, and the PTSD from that chair shot. And I never imagined exactly how our paths would go, but I think what it did was give us a chance, right? It gave us both an opportunity to step out on our own and become the things that we were meant to become,” Rollins said.
Only time will tell when Rollins will make his return to WWE television.
`;
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-major-update-seth-rollins-wwe-status-report?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













