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

Punk and AJ Lee were on a recent episode of Hot Ones Versus. During the show, Punk was asked if he wanted to say anything nice about his long-time rival, Seth Rollins. The Best in the World thought about it and finally came up with a backhanded compliment, suggesting that Rollins far exceeded expectations in the business. The World Heavyweight Champion was sarcastic about his comments, clearly highlighting the strained relationship between the two stars.

“I would just gleefully say he really punched above his weight. That’s nice, right?” Punk said.


CM Punk won the World Heavyweight Championship after Seth Rollins

Seth Rollins, a six-time World Champion in WWE, was written off TV after a brutal attack by The Vision members, Bronson Reed, and Bron Breakker. Actually, the star had injured his shoulder during a Champion vs. Champion match against Cody Rhodes at Crown Jewel and needed surgery.

After the vicious attack, Seth had to relinquish the World title. The new champion was crowned at Saturday Night’s Main Event on November 1, 2025. CM Punk defeated Jey Uso for the vacated title and became the new champion.

Since then, CM Punk has been a fighting champion and has put the World Heavyweight Championship on the line against major opponents like Bron Breakker, Finn Balor, and AJ Styles.