”
], { 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);
});
});
})();
Due to the reported changes, former WWE writer Dewey Foley, the son of Hall of Famer Mick Foley, drafted his own WrestleMania 42 match card. One of the matches Dewey proposed is a retirement match featuring Gunther against Rey Mysterio.
Just like with the AJ Styles match, this will be a Career Threatening Match for Rey Mysterio. Gunther being called The Career Killer makes sense if he could add another name to his list that already contains Bill Goldberg, John Cena and Styles.
The seeds for this match were also planted a couple of weeks ago, when Gunther was confronted by Dragon Lee. The Ring General beat up Styles’ former tag team partner, putting him in a chokehold outside the ring and dangling him by the throat.
With Lee’s connection to Mysterio, it appears inevitable as long as plans don’t change again.
Dewey Foley’s WrestleMania 42 match card
Dewey Foley was with WWE for nearly seven years before leaving in 2022. With the reported changes happening for WrestleMania 42, he dropped his match card for the event if he was still part of creative.
- CM Punk (c) vs. Roman Reigns for the World Heavyweight Championship
- Jacob Fatu (c) vs. Drew McIntyre vs. Cody Rhodes for the Undisputed WWE Championship
- Stephanie Vaquer (c) vs. Liv Morgan for the Women’s World Championship
- Jade Cargill (c) vs. Bianca Belair, Tiffany Stratton, Rhea Ripley or Charlotte Flair in a Las Vegas Street Fight for the WWE Women’s Championship
- Dominik Mysterio (c) vs. ‘The Demon’ Finn Balor for the Intercontinental Championship
- Carmelo Hayes (c) vs. Randy Orton vs. Shinsuke Nakamura vs. Sami Zayn vs. R-Truth vs. Trick Williams vs. Rey Fenix vs. Ilja Dragunov vs. Damian Priest vs. Aleister Black in a 10-Man Ladder Match
- AJ Lee (c) vs. Becky Lynch in an I Quit Match for the Women’s Intercontinental Championship
- The Usos vs. The New Day for the WWE World Tag Team Championship
- Rhea Ripley & IYO SKY (c) vs. Lyra Valkyria & Bayley vs. The Bella Twins vs. Lash Legend & Nia Jax vs. Charlotte Flair & Alexa Bliss in an Iron Survivor Challenge for the WWE Women’s Tag Team Championship
- Gunther vs. Rey Mysterio in a Career Threatening Match
- Seth Rollins vs. Bron Breakker
- Brock Lesnar vs. Oba Femi
- Original El Grande Americano vs. El Grande Americano in a Mask vs. Mask Match
- Bad Bunny, Je’Von Evans, Penta & L.A. Knight vs. Logan Paul, Ethan Page, Austin Theory & Bronson Reed in an 8-Man Tag Team Match
Just like last year’s WrestleMania, the Women’s United States Championship and the WWE Tag Team Championship are not part of the card.
`;
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/news-retirement-match-pitched-wwe-wrestlemania-42?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













