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

However, what was interesting was a particular snippet in which Seth Rollins told Roman Reigns that this was the last chance he had to get rid of the ghost of Rollins. This is because Reigns has never defeated Seth Rollins when it actually matters the most. He also said a line that will strike many, telling Reigns that they are both closer to the end than they are to the beginning.

On the surface, we all know this statement to be true. Rollins and Reigns have both been on the WWE main roster for nearly 14 years now, and have dominated the company as the clear top two stars in the past generation. While Reigns is far and away the #1 star, Rollins is a not-too-distant second.

Despite this, Rollins has Roman Reigns’ number psychologically, and this will mark their first singles match against each other in over four-and-a-half years. It’s going to be interesting to see what happens and how things play out. Even more shocking is that Oba Femi will not be challenging for any of the World Championships at SummerSlam 2026.