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

This week on SmackDown, Nick Aldis asked The Ring General what he wanted as his stipulation for his WWE Title rematch against Cody Rhodes next week. He revealed that because he doesn’t trust Aldis’ pick of referees, he would be getting his own special guest referee.

He didn’t mention who the special guest referee was and told Aldis to give him until the end of the night. It was quite an interesting stipulation to pick. One would think that he would have chosen a steel cage match, or one where all the rules were thrown out of the window.

But he isn’t the type of wrestler, to begin with. So we are going to have to wait and see.