], { 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 another clip posted by WWE on Instagram, Kevin Owens was seen casually admitting that he picked up wrist wraps from Cody Rhodes’ locker room. The wraps were emblazoned with the American Nightmare logo, making it clear that they belonged to Rhodes. In the clip, Owens stated:

“Look at this. Look what I found. Cody Rhodes has his own wrist tape. I found it in Cody Rhodes’ locker room. Go figure.”

You can check out the clip below:

Kevin Owens has previously talked about his thoughts during his WWE injury hiatus

When Kevin Owens was injured, he apparently considered what he would do if he never wrestled again.

The WWE star stated on Toronto Sun’s No Holds Barred podcast that he was not considering anything other than being involved in the pro wrestling business.

“I did have to face what I would do if I couldn’t get back in the ring. Obviously, staying in wrestling is the most important thing for me because I really can’t imagine myself doing anything else,” he said.

He further added:

“There was that part of me that thought, ‘Well, maybe it’ll be time to transition to that.’ I’ve spoken to Triple H about how he knew that he was ready to transition to an almost full-time behind-the-scenes role as opposed to being in the ring. Again, this was well before my surgery.”

As if now, it remains to be seen what is next for Kevin Owens down the line in WWE.


If you use any quotes from the first half of the article, please credit Sportskeeda and provide a H/T for the transcription.