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

In a recent video posted by WWE on Instagram, Drew McIntyre can be seen interacting with fans at an event. The 40-year-old drew a CM Punk trading card. A young fan encouraged McIntyre to throw the card to the ground. The Undisputed WWE Champion not only did that, but he further stomped on it to send a message to The Second City Saint that he wasn’t done with him.

You can check out the video below:

CM Punk holds the advantage over Drew McIntyre

The rivalry between the two popular stars began with The Scottish Warrior accidentally injuring The Second City Saint during the 2024 Men’s Royal Rumble Match. The feud kept getting intriguing despite Punk not having medical clearance to wrestle.

However, their rivalry really escalated after The Best in the World attacked the Scotsman after the latter’s World Heavyweight Championship win against Seth Rollins at WrestleMania 40, allowing Damian Priest to cash in his Money in the Bank contract and dethrone McIntyre.

CM Punk continued to cost Drew McIntyre several high-stakes matches before finally competing against him one-on-one for the very first time at SummerSlam with Seth Rollins as the special guest referee. The Scotsman won the bout only to suffer a loss against Punk in a strap match at WWE Clash in Berlin later that same month. CM Punk ended the feud with a win in a Hell in a Cell Match at the WWE Bad Blood Premium Live Event.

It will be interesting to see if and when the two stars compete against each other the next time.