], { 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 a recent interview on the Busted Open Radio podcast, Stone Cold Steve Austin confessed that even though his in-ring days were behind him, he wasn’t against making non-wrestling appearances. He added that if the global juggernaut were to approach him, he would consider showing up at The Grandest Stages of Them All.

“We’ll see if they have me back. If they do, that’s cool,” said Austin. (H/T – RingsideNews)

Celebrate 3:16 Day with Stone Cold Steve Austin! | Busted Open WWE

Stone Cold Steve Austin says he doesn’t want to endanger his health by wrestling again

Elsewhere in the same podcast, Stone Cold Steve Austin explained how his knee replacement surgery last year had brought him plenty of relief, and he was in no mood to go through any pain again by wrestling. He added that while he was immensely grateful that fans still longed to see him, he’s at peace in life now.

“It’d be to go back for one of those moments. Not a match itch… I got a left knee replacement a little over a year ago and God dang, my leg feels good. I’m glad I got it done. But, yeah, I get the itch for certain moments but, to try to do a match? No.” Austin was asked who he would want that moment to be with, and he replied, “Sh*t, line ‘em up and let me Stun ‘em. All those guys that are selling the tickets now, put ‘em in a line, f*ck ‘em,” he laughed. “I don’t know. It’s not something that I think about. I’m so far gone. I’m happy that 3:16 Day is here and lasts with wrestling fans. I’m happy for the career I had but, in my current life, I don’t think about (it).”

With WrestleMania 42 just about a month away, it remains to be seen if WWE and Stone Cold Steve Austin strike a deal to give the fans what they want.

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-stone-cold-steve-austin-finally-reveals-returning-wwe-wrestlemania-42?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