”
], { 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. Jimmy Uso
Jimmy Uso has been a victim of Triple H’s poor booking for quite some time. While his twin brother, Jey Uso, soared to new heights by capturing the World Heavyweight Championship from Gunther at WrestleMania 41, Jimmy was conspicuously absent from the match card.
Given this, missing two consecutive Manias during his prime would be a tragedy for one of the most decorated tag team specialists in history. Hence, Big Jim can’t miss out on the card of The Show of Shows.
#3. Sami Zayn
Sami Zayn has been an underdog for so long in WWE. Early last year, he was brutally attacked by Kevin Owens at Elimination Chamber. As a result, he suffered a spinal compression, which forced him to miss WrestleMania 41.
Despite watching the Vegas extravaganza from a hospital bed last year, Sami Zayn currently has no direct storyline heading to ‘Mania 42. Hence, the creative team should fix that before The Show of Shows.
#2. Rey Mysterio
Rey Mysterio was originally slated for a high-profile singles match at WrestleMania 41. However, he suffered a torn groin on the go-home edition of SmackDown ahead of the event, forcing him to pull out. He was then replaced by the debuting Rey Fenix.
At this point in his career, every ‘Mania seems important to Rey Mysterio. He has expressed a desire to compete on as many of the biggest stages as possible before retiring. Hence, he shouldn’t miss out again on The Show of Shows.
#1. Bayley can’t afford to miss WrestleMania 42
Bayley was scheduled to compete for the Women’s Tag Team Championship at WrestleMania 41. However, she was pulled from the card just 24 hours before the show due to a backstage attack.
This decision quickly faced backlash from fans and peers alike, given The Role Model’s status in the women’s division. Given this, ‘Mania 42 seems like the perfect opportunity to give Bayley a prominent spot and remind everyone why she is considered a leading figure in the division.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-superstars-left-wrestlemania-42-card-missing-last-year?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



