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

Whatever happens between now and the Showcase of the Immortals is up for grabs. With more than six weeks to go, any of the next three stars could challenge The American Nightmare ahead of WrestleMania 42.


#3. Jacob Fatu gets his WWE Championship shot

Jacob Fatu was the third person involved in the ongoing drama between McIntyre and Rhodes. McIntyre would interfere in any match featuring those two men.

It led to The Samoan Werewolf getting revenge by preventing The Scottish Warrior from using a chair on SmackDown.

Nick Aldis promised Fatu a shot at McIntyre, but why wouldn’t he want it while McIntyre was champion? Since Fatu helped Cody, he could petition for a shot at the title ahead of WrestleMania.


#2. Speaking of Drew McIntyre . . .

One person who should obviously be a challenger for Rhodes ahead of WrestleMania 42 is Drew McIntyre. While McIntyre did assault the referees, Rhodes received several chances to regain his title.

If The Scottish Warrior isn’t afforded the same chances, then it definitely reeks of favoritism toward certain stars.

This doesn’t absolve his actions over the last few months. It would just be proof that there is some validity behind his claims that Cody gets treated differently from everyone else.


#1. Sami Zayn tries to shake things up again

Just like McIntyre, Sami Zayn has also brought up how everything always comes up golden for Cody Rhodes. Despite losing the title, he’s still repeatedly in the running to win it since he’s one of WWE’s top stars.

The problem is that Zayn gets one shot and then goes to the end of the line, whereas the former AEW star is repeatedly at the front of the line.

This has caused Zayn to get angry week after week, since he has been unsuccessful in winning a major WWE title. One way to change that would be for the two to square off ahead of WrestleMania.

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/3-challengers-new-undisputed-wwe-champion-cody-rhodes-ahead-wrestlemania?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