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

To intensify the ongoing rivalry between The Viper and The American Nightmare, Triple H might decide to recreate The Legacy after 16 years. The heel faction was originally led by Randy Orton and included the tag team of Cody Rhodes and Ted DiBiase Jr.

The group disbanded after a Triple Threat match at WrestleMania XXVI on March 28, 2010. At the event, Randy Orton defeated his former teammates, Cody Rhodes and Ted DiBiase Jr. The breakup was caused by escalating tensions earlier that year, leading to the group’s eventual split after months of internal conflict.

While Cody Rhodes would go on to become The American Nightmare, Ted DiBiase Jr. walked away from the ring in 2013. That said, given that DiBiase has recently been acquitted of all legal charges brought against him in a federal trial, the door seems open for The Game to book his return to the global juggernaut to re-form The Legacy with The Viper.

If that happens, considering that the faction would lack a suitable replacement for Cody Rhodes, Triple H might consider promoting NXT star Ricky Saints to the main roster. The NXT star could then appear on SmackDown and join the group as Cody’s replacement.

Saints has established himself as a top heel on the developmental brand. Hence, he, alongside Ted DiBiase Jr., could help The Viper in his ongoing feud with the Undisputed WWE Champion as part of a blockbuster storyline.

While this angle seems far-fetched, it is not entirely impossible. Only time will tell if it could come to fruition.


Randy Orton could become a 15-time WWE World Champion at WrestleMania 42

If Triple H eventually recreates The Legacy with Randy Orton, Ted DiBiase Jr., and Ricky Saints, there is a strong possibility that Orton could come out of WrestleMania 42 as the champion.

This is because DiBiase Jr. and Saints are likely to stand at ringside during the Undisputed WWE Championship match. That’s not all. They could interfere in the bout and help Randy dethrone Cody Rhodes to become a 15-time WWE world champion.

However, this angle is speculative for now.

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/triple-h-recreate-randy-orton-s-former-faction-16-years-exploring-it-s-possible?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