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

Rumors suggest that WWE could pull off a major return with the Danhausen storyline. One of the names that came up on social media was Ryback, who has been away from the global juggernaut since 2016.

However, in a recent edition of Fightful’s DEBUNKATHON, those rumors were put to rest. It was revealed that there were no plans for the former Intercontinental Champion’s return to the Stamford-based promotion.

FULL MATCH: Ryback vs. Kevin Owens | Intercontinental Title Match: Night of Champions 2015

The Big Guy had a controversial but successful career in WWE before leaving the company. He feuded with top names like John Cena and CM Punk, and also won the Intercontinental Championship once.


Former WWE star Ryback is done with wrestling

Ryback hasn’t wrestled since August 2018. He last competed against Dylan Bostic at an indie show. Last year, The Big Guy confirmed his in-ring retirement in an Instagram post. He posted a throwback video of his Top Five Shell Shocks and, in the caption, confirmed that he was done with wrestling.

“Just a reminder as well, I had two career-ending injuries with my back and my right shoulder. I have been beyond blessed to have recovered my back with over 20 stem cell procedures in my back and shoulder, getting my back to 100%, and I continue to work vigorously on my right shoulder week in and week out. I’m the best I have been in a very long time. I do it for me and for my life. I don’t do it to go back to wrestling. I do it to live healthy and to live to the best of my ability. That has been the truth from the very beginning, but that part was never covered. That’s why to this day, thousands of times a day, people ask me when I’m coming back. I’ve continued to tell the truth, but many just don’t know it because the truth wasn’t being shared.”

Ryback’s last match in WWE came at Payback 2016, where he failed to win the United States Championship from Kalisto.

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-wwe-reportedly-bringing-back-former-intercontinental-champion-anytime-soon?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