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

During a recent interview with the Boston Herald, Seth Rollins said he was unhappy that he wasn’t going into WrestleMania 42 with the World Heavyweight Championship around his waist, a title that he deeply adores.

The Visionary also mentioned that he believed it was ironic that his “most-hated” rival, CM Punk, was heading into ‘Mania as the champion against Roman Reigns.

“It is bittersweet that I’m not the one taking it into the main event of WrestleMania,” said Rollins. “It’s actually my most-hated rival, CM Punk, against Roman Reigns. The irony is not lost on me,” he added. [H/T Boston Herald]


Seth Rollins is proud that the WWE World Heavyweight Title will be in the main event at WrestleMania 42

During the same interview with the Boston Herald, Seth Rollins said that he was extremely proud that the WWE World Heavyweight Championship would be featured in the main event of WrestleMania 42 Night Two.

“I’m extremely proud that in all likelihood the World Heavyweight Championship is going to be featured as the main event Night Two of WrestleMania, which in my opinion is the true main event of WrestleMania. Roman talked down about it as if it were a second-tier title when it was introduced, and so did a lot of other people,” he said.

It remains to be seen what the Triple H-led creative team has planned for the WWE World Heavyweight Championship going forward.