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

WrestleVotes noted that they talked to sources in the company who did not confirm that Austin had been invited to next week’s show. However, there are those in the promotion who are hopeful that he will be there.

“Stone Cold” declares #316Day a National Holiday: Raw, March 16, 2020

Steve Austin has not appeared on RAW since the March 16, 2020, episode during the COVID-19 pandemic. He shared a beer with Becky Lynch during his appearance on the show six years ago.

WWE veteran doesn’t think Stone Cold Steve Austin will return to the ring

Wrestling veteran Tommy Carlucci recently suggested that Stone Cold’s time in the ring was behind him.

Speaking on The Coach & Bro podcast, Carlucci stated that the Hall of Famer prioritized his health and that he didn’t think a return to the ring was on the table.

“I don’t see Stone Cold [Steve Austin] getting in the ring working anytime soon. He doesn’t care about the money either. I think he’s pretty well set. I think he’s not the guy who [would say] “Give me twenty million, I’m going to get in the ring.” I don’t think, I think his health and physicality of his neck and everything, you know, maybe come down and cut a promo and ride the four-wheeler around and stuff like that. I could see him doing that. But his days of working in the ring and giving people Stunners are gone, man,” Carlucci said.

Trick Williams names Stone Cold Steve Austin as his first ever favorite WWE superstar 🔥 (via ESPN)

Austin has not competed in a match since his victory over Kevin Owens at WWE WrestleMania 38. Only time will tell if the 61-year-old makes an appearance on next week’s episode of WWE RAW.

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/rumor-huge-update-wwe-s-plans-stone-cold-steve-austin-s-return-reports?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