”
], { 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);
});
});
})();
#3. Grayson Waller vs. Austin Theory
Austin Theory officially joined The Vision after helping the faction in a hooded getup at Survivor Series: WarGames. However, another masked man has emerged, and rumors suggest that he is none other than Theory’s former tag team partner, Grayson Waller.
Theory and Waller were part of a tag team called A-Town Down Under before the former was sidelined due to an injury. The duo was set to split, but fans never got to see a feud between them.
If the Australian star is revealed as the latest masked man, he could finally collide with Austin Theory. The Triple H-led creative team could book the clash at WrestleMania 42.
#2. Logan Paul vs. LA Knight at WWE WrestleMania 42
LA Knight is still involved in a feud with The Vision, and it could culminate in a massive match at WrestleMania 42. If Bron Breakker and Seth Rollins miss the show, the Triple H-led creative team may have to book a high-profile bout.
The Megastar could collide with heel group’s Logan Paul. Interestingly, they are currently 1-1 in singles matches. Knight dethroned Paul as the United States Champion at SummerSlam 2024. Meanwhile, The Maverick defeated The Megastar on the December 8 episode of WWE RAW.
Therefore, another singles match at The Show of Shows could finally conclude the trilogy between Knight and Paul.
#1. Bronson Reed vs. Oba Femi
In Bron Breakker’s absence, The Vision will need strong representation at WrestleMania 42. With The Dog of WWE sidelined, Bronson Reed could be given a major spotlight at The Show of Shows.
The Triple H-led creative team could book The Aus-zilla in a high-profile match against Oba Femi. The Ruler made an impressive debut on the main roster at the Royal Rumble. The former NXT Champion needs a major match at WrestleMania 42 to continue his momentum, and a clash with a heavyweight like Bronson Reed could be the perfect bout.
`;
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-alternative-wrestlemania-42-matches-wwe-book-seth-rollins-bron-breakker-injured?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













