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


#4. Rob Van Dam

Rob Van Dam could be an excellent option if WWE wants someone who can participate in in-ring competition like Chris Jericho would have if he had returned. The Whole F’n Show is under a Legend contract with the company and could be brought in to participate in a storyline.

Given his legendary status, RVD could be a perfect opponent for Gunther. The Triple H-led creative team could book the veteran to put his career on the line against The Ring General following WrestleMania 42.


#3. Ric Flair

Ric Flair’s return could be a possibility now that Randy Orton has turned heel. The Nature Boy mentored The Viper during the early stages of his career as part of Evolution.

He also aligned with Orton when he revived his Legend Killer character in 2020. The Stamford-based promotion could bring back the legend ahead of WrestleMania 42 to generate buzz for the event.


#2. Bob Orton Jr.

Another person who could return due to the Randy Orton vs. Cody Rhodes program is Bob Orton Jr. The Viper has been seen talking to a mystery caller lately, and it seems like his father may be on the other side of the phone.

The father-son duo previously joined forces during Randy’s feud with The Undertaker in 2005. Since The Apex Predator has embraced his dark side ahead of WrestleMania 42, he could reunite with Bob before facing Cody Rhodes for the Undisputed WWE Championship.


#1. WWE Hall of Famer Stone Cold Steve Austin

If Chris Jericho had returned to the global juggernaut, he would have generated a lot of buzz for the company. Since that is not happening, the company could bring another popular legend who could get the wrestling world talking: Stone Cold Steve Austin.

The Texas Rattlesnake could return to television and get involved in an existing feud to generate more excitement around it. He could also become the co-host of WrestleMania 42 alongside John Cena.

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/4-wwe-legends-return-company-failed-bring-back-chris-jericho?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