”
], { 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);
});
});
})();
In this article, we will be looking at three WWE stars who could step up to The Viper in Cody Rhodes’ absence on the blue brand.
#3. Sami Zayn
The past few weeks have been tough for Sami Zayn. On the latest episode of SmackDown, the former Honorary Uce suffered a loss against Aleister Black in a singles bout. Before that, Zayn had heated backstage confrontations with Cody Rhodes, where WWE hinted at his heel turn.
In the absence of the Undisputed WWE Champion, Sami could be the one to step up against The Apex Predator and attempt to teach him a lesson. However, this attempt will only lead to failure and eventually push Sami to turn into a villainous star.
#2. Jelly Roll
When Randy Orton turned heel on The Prodigal Son, Jelly Roll tried to stop The Viper. In response, the legendary star pushed Roll and heard voices in his head. In the latest edition of the blue brand, Roll was again involved in a backstage conversation with Orton.
Here, he wanted Orton to reconsider his decision to become a heel star. As of now, Roll is part of a feud with Kit Wilson. So, once he is done with Kit next week, the American rapper could be the one to step against Orton in Cody’s potential absence.
#1. WWE SmackDown General Manager Nick Aldis
Nick Aldis is the General Manager of SmackDown. The National Treasure tries his best to maintain order on the blue brand. When Randy Orton attacked Matt Cardona in the main event and almost injured him, Aldis appeared with security to stop him.
Soon after this, Nick rushed backstage after Drew McIntyre and Jacob Fatu were spotted brawling on the rooftop.
So, if Orton continues to put superstars in danger ahead of WWE WrestleMania 42, Nick won’t hesitate to oppose The Apex Predator. This could be done to plant seeds for a future showdown between Aldis and Orton.
Rest, it will be interesting to see how the storyline unfolds in the near future and what happens when The American Nightmare returns.
`;
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/3-wwe-stars-step-randy-orton-cody-rhodes-absence?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













