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

The company, which also houses UFC, has been accused of making things more corporate-oriented. Speaking on his Kliq THIS podcast, Kevin Nash didn’t have a lot of positive things to say when it came to TKO. He mentioned that the whole WrestleMania 42 weekend felt soulless to him.

“I’m so detached from the product and everything else. To me, the whole weekend, maybe because I was running on fumes, but it felt kind of soulless,” he said.

Nash said that he understands that at the end of the day it is all about business, but things were different under Vince McMahon. He cited examples of Stone Cold Steve Austin, Shawn Michaels, and The Undertaker, saying that if you made money for Vince, he would show his appreciation, something that TKO lacks.

“Now, I don’t think they look at Steve and Taker the same way. I’m talking about TKO, or as we now refer to it, The Adjustment Bureau; they just don’t show the appreciation. It’s almost kind of like having a president that has no experience in warfare; they just don’t get it,” he added.

Kliq This #199: NASH is RAW

Kevin Nash was unhappy with WWE after the 2026 Hall of Fame ceremony

Kevin Nash was present at the 2026 WWE Hall of Fame ceremony. Big Daddy Cool and Sean Waltman (X-Pac) had a mini nWo reunion as the duo inducted NBA icon Dennis Rodman into the Hall of Fame.

While the ceremony went well, Nash addressed an issue on his podcast afterward. The legend said that many people spent nine hours at the ceremony and the food arrangements were inadequate.

He said he was unhappy with the issues related to catering and recalled receiving a cold shoulder from the head of talent relations when he asked him about the lack of food.


If you use quotes from this article, please credit Kliq THIS and give an H/T to Sportskeeda Wrestling for the transcription.

Why did you not like this content?


`;
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-soulless-tko-appreciate-stone-cold-steve-austin-the-undertaker-according-wwe-hall-famer?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

Leave A Reply

Exit mobile version