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

Given this situation, in a jaw-dropping twist, The Vision could introduce a 36-year-old former champion as LA Knight’s neutralizer. Ethan Page is the name in question. He signed with WWE in 2024 and is currently featured on the NXT brand.

Ethan has achieved significant success since his arrival on the developmental brand. He held the NXT and the North American Championships, and also won the AAA World Mixed Tag Team Title alongside Chelsea Green.

However, after losing an impromptu rematch against Myles Borne this week for the North American Championship, there is a possibility that the 36-year-old star might be in line for a call-up to the main roster.

Myles Borne beats Ethan Page in impromptu North American Title Match: NXT highlights, March 3, 2026

If that happens, Ethan Page could join The Vision upon his arrival on RAW. Considering that the faction has gained prominence on the red brand since its creation, it could help bring Ethan into the spotlight. On the other hand, the 36-year-old star would help the stable fight off LA Knight.

While this seems far-fetched, it is not entirely impossible. Only time will tell if this angle could eventually come to fruition.

Brock Lesnar could join The Vision as Paul Heyman’s replacement

If the above angle plays out, and Ethan Page eventually joins The Vision on the main roster, another WWE Superstar could step in and take Paul Heyman’s place in the group. Brock Lesnar is the name in question.

The Beast Incarnate shares a great bond with The Oracle in the Stamford-based promotion. Therefore, there is a strong possibility that Lesnar could officially join the faction as Heyman’s replacement while the latter is away. If that happens, Brock could help the group regain prominence on RAW. Interestingly, he could face Seth Rollins at WrestleMania 42. However, this angle is speculative.

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/the-vision-introduce-36-year-old-former-champion-la-knight-s-neutralizer-exploring-possibility?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