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

“You look in the mirror and you no longer — I would hope when we get this age, we stop lying to ourselves. We tell ourselves the truth. And that’s why I stopped drinking two years ago. “My liver still has not recovered. They said, ‘Can you just think it’s the longest rib of all time? Are you kidding me? We’re still not drinking?’” said Kevin Nash (7:45 onwards)

Kevin Nash SHOOTS On Ultimate Warrior!

Nash wrestled his last match back in 2018 at Big Time Wrestling’s event, winning the Big Time Wrestling Heavyweight Championship in a Gauntlet match. However, his last WWE singles match dates back to 2011 when he was defeated by Triple H in a Suspended Sledgehammer Ladder match at WWE TLC.

Kevin Nash was disappointed with the 2026 WWE Hall of Fame

On his Kliq THIS podcast alongside Sean Oliver, Kevin Nash criticized how he and the other veterans were treated at the 2026 WWE Hall of Fame. Nash and Sean Waltman were there to induct Dennis Rodman into the HOF.

“I have to put over this, this is another thing. Be there at three [in the afternoon], leave at midnight, absolutely not a stitch of f**king food for the talent available. No protein. Some bags of chips, a couple of f**king bananas, and a tangerine. I f**king asked the head of f**king talent relations; I won’t say his name. I asked him, ‘Is there food?’ He didn’t come in and say hi to me until Stephanie [McMahon] was done. In other words, ‘We probably will never have to use him again because he will never do anything again,'” Nash said

Nash said that the backstage food arrangements were minimal and the hospitality was disappointing. He said that the head of talent relations did not acknowledge him until after Stephanie McMahon’s induction.

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-my-liver-still-recovered-kevin-nash-opens-two-years-away-drinking?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