”
], { 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);
});
});
})();
While some of the biggest names have been made official, a number of names who need the WrestleMania rub are still uncertain for the show. Let’s check out a few names who desperately need to be added to the match card for the Grandest Stage of Them All.
#3. Sami Zayn
Former United States Champion Sami Zayn has had a great run as one of the company’s biggest babyfaces over the past year. Considering his title reign, which made him a fighting champion, and his recent performances in Undisputed WWE Championship matches, it is clear that Zayn is one of the biggest fan favorites.
However, the star’s plans for the Show of Shows still seem uncertain. While Zayn was expected to be a part of the Undisputed WWE Title picture, Drew McIntyre’s loss to Cody Rhodes changed the entire landscape of the company. Zayn is now rumored to face Trick Williams in a singles contest at the event.
#2. Lyra Valkyria
Former WWE Women’s Intercontinental Champion Lyra Valkyria has worked very hard over the past year as Bayley’s tag team partner. Both women have had a very successful run as former Women’s Tag Team Champions, but their future ahead of WrestleMania seems uncertain.
Valkyria has already lost a lot of her momentum since her Women’s Intercontinental Title loss a few months ago. With WrestleMania on the horizon, the star desperately needs to be part of it to get her name back on top of the division and included in the title picture following the Show of Shows.
#1. Former WWE Women’s World Champion IYO SKY
IYO SKY is undoubtedly one of the biggest names in the entire women’s wrestling industry. Her talent and skills have made her one of the most popular stars on the planet. Following Rhea Ripley’s Elimination Chamber victory, the star has challenged Jade Cargill for a singles match and has thus moved to SmackDown.
With her move, Ripley has left her tag team partner, IYO SKY, alone, who has no plans for the Grandest Stage of Them All yet. While SKY desperately needs to be booked for the Show of Shows, there doesn’t seem to be a great rivalry in plans for the star that would lead to a match at WrestleMania. Time will tell what WWE has in store for these stars next.
`;
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-superstars-desperately-need-get-wrestlemania-42-card?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













