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

“Oh hell yeah. You heard it on RAW. Now it’s official. 🍺🔥Catch @steveaustinBSR. April 18 & 19. And tomorrow, there’s even more.”

This will mark Austin’s return to the company after last year’s Hall of Fame ceremony.

Stone Cold Steve Austin attended the ceremony alongside Bret Hart as their WrestleMania 13 match was inducted into the new Immortal Moment section. At the moment, his participation only at the WrestleMania 42 convention is confirmed, and there is no information about him making an appearance on the show itself.

Austin wrestled his last match at WrestleMania 39 against Kevin Owens, and since then there have been rumors of his return to the company, especially with next year’s event being held in Saudi Arabia.


Stone Cold Steve Austin was initially planned for a WrestleMania 41 appearance

Stone Cold Steve Austin was heavily touted to appear at WrestleMania 40 and be part of The Bloodline’s feud with Cody Rhodes. In the end, the timings didn’t align, and WWE went with The Undertaker making an appearance during the night two main event.

However, he was planned to be a part of WrestleMania 41. The first season of WWE: Unreal revealed the initial card for the event had an appearance from the icon.

Austin was supposed to be the special guest referee for a match between Bron Breakker and Drew McIntyre. However, the match never went ahead, and it appears WWE scrapped plans for Stone Cold to appear.

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-breaking-stone-cold-steve-austin-announced-for-wwe-return?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