”
], { 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);
});
});
})();
“It’s very hard to nail one down, and you know, I’m going to echo what Grayson Waller said on NXT a few weeks ago. There’s a lot of very talented people in NXT, but the women of NXT are kind of whipping the dude’s ass*s right now as far as in-ring work and performance, so I don’t want to just single out one, but there’s a few guys to keep an eye on for sure. I think the people that go see that NXT show, what they’ll walk away from talking about is going to be the women on the show because they’re all pretty excellent. The future is bright for the women’s division in WWE when you see the girls that are in NXT and their work.”
The Prizefighter’s comments regarding NXT have come out just a few days after Punk made his first appearance on the brand in nearly 14 years. However, it’s great to see a veteran like Kevin Owens shower praise on the Women’s division in NXT like this.
Kevin Owens on his future in WWE
During the same interview, Kevin talked about returning to WWE and how he thought he would never be able to do this again. The Prizefighter also shared his future aspirations in the company and the career he has had.
“I had this incredible career, I did things I never thought I would do, I did things that a lot of people will never get to do. Through it all, I would lose perspective, and sometimes I wouldn’t take the time to enjoy those moments as much as I should have. I don’t want to do that anymore. And now, every match I have, every show I’m on now, is a gift, because for a long time, I didn’t think it would happen again,” he said.
Fans are excited to see if Kevin Owens will be able to leave Toronto with the Undisputed WWE Championship this Friday.
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-kevin-owens-nxt-cm-punk-appears-the-future-bright?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here













