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

Sean Evans of the hit YouTube series, Hot Ones, where he interviews celebrities as they eat steadily hotter chicken wings together, announced that the special Hot Ones series, Extra Heat, was getting their next episode. He stood next to CM Punk to announce it and said that it was coming on September 14, with the star set to feature.

“Hey, what’s going on, everybody? Sean Evans here with some exciting news. The next episode of Hot Ones: Extra Heat with CM Punk on September 14.

Punk nodded and confirmed the news, saying that it was going to hurt in the best way. The star’s spice tolerance is going to be tested on the episode.

“This is going to hurt in the best way.”

Hot Ones: Extra Heat is a special show that’s featured on Netflix. So far, there has been one other episode of the show back in July, when Will Ferrell was on the show. Now, on September 14, Punk is about to put his “Best in the World” moniker on the line when he tries the hottest lineup of wings in his interview with Evans.

The star is set to be part of a huge match before the appearance, where he will be facing none other than Sami Zayn. After multiple attempts by Zayn to help Johnny Gargano beat him during the main event of the last episode of SmackDown, Punk still won. After winning, he decided that he had had enough and that he was going to get his hands on the star, giving him a title shot on SmackDown in Mexico City.