”
], { 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);
});
});
})();
Mero competed in WWE from 1996 to1999, and there was a point where a program with Stone Cold was considered. In an interview on INSIGHT with Chris Van Vliet, he revealed why the plan couldn’t go ahead.
In 1998, Mero was feuding with his then real-life wife, Sable. The storyline was based around him being jealous of Sable, who was getting more popular. This led to many moments where Sable would get the upper hand and embarrass him.
“Until we came down to actually having to wrestle against each other, and she Sable bombed me, I was ready to go into a program with Steve Austin too, which that’s top of the top of the food chain, right there,” he said.
The moment where Sable powerbombed Mero proved to be a turning point as Austin didn’t like the idea of working with someone who was overpowered that easily.
“When she Sable bombed me, now she’s a good athlete, but I basically Sable bombed myself. But it took me out of the program with Steve, because Steve thought, if a girl’s going to do that to him, I’m not going to let him get in the ring with me,” he added.
Mero said that while people may think he blew the opportunity, he said that since he was married to Sable, he saw that as part of business and helped to elevate her.
Stone Cold Steve Austin opened on returning to WWE
There has been a lot of speculation over Stone Cold Steve Austin returning to WWE in recent years. The company approached him for an appearance at WrestleMania XL, but he was busy with other commitments.
There was also speculation about him showing up for the Show of Shows last year, but again nothing materialized.
Recently, in an appearance on the Busted Open podcast, he addressed his status for WrestleMania 42. Stone Cold Steve Austin said while his wrestling days are beyond him, he would be open to making a non-wrestling appearance. He added that if WWE approached him, he would return at WrestleMania.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-ex-wwe-star-reveals-stone-cold-steve-austin-refused-work?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



