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

With tensions involving stars like Rusev and Je’Von Evans also surrounding the title picture, the upcoming match could head in several unpredictable directions.

That said, in this article, we will take a look at four possible finishes to Penta vs. Ethan Page at WWE Saturday Night’s Main Event XLIV.

#4. Je’Von Evans could accidentally cost Ethan Page the match

One of the most logical finishes could involve Je’Von Evans interfering in the title match, accidentally costing him. There is already a growing tension between Evans and Ethan Page on WWE RAW, especially after the latter attempted to manipulate the Intercontinental Championship picture.

Page has consistently tried to position himself as the smartest man in the room. He claimed he was willing to help Rusev receive a title opportunity while simultaneously attempting to undercut Je’Von Evans. That kind of behavior could come back to haunt him at SNME.

Penta and Je’Von Evans clear the ring of Ethan Page and Rusev: Raw highlights, May 11, 2026

We may see a situation where Ethan Page has Penta reeling after a devastating Ego’s Edge. Just before Page can go for the pin, Je’Von Evans could appear near the ringside to confront Page about their ongoing issues. This distraction would give Penta enough time to recover and get back into the fight.

As Page turns around to continue the match, the champion would blast him with a superkick before connecting with the devastating Penta Driver for the victory. The finish would protect Ethan Page in defeat while also continuing multiple storylines at once.

More importantly, it would further establish the Intercontinental Championship division as one of the most competitive scenes on RAW. WWE has clearly been building a crowded title picture around Penta. Hence, a distraction finish involving Evans would keep several challengers relevant moving forward.

#3. Rusev could destroy both men and cause a no-contest

Another possible scenario involves Rusev completely snapping during the title match.

The Bulgarian Brute has already made it clear that he believes he deserves an Intercontinental Championship opportunity ahead of Ethan Page. RAW showcased his frustration, especially after Je’Von Evans defeated him in a singles match. That loss may push Rusev over the edge.

During the championship match, Penta and Ethan Page could engage in an intense back-and-forth battle. Just as the crowd starts to anticipate a clean finish, Rusev might rush into the ring and attack both of them, disrupting the match.

The Bulgarian Brute could flatten Page with a Machka Kick before locking Penta in The Accolade, refusing to release the hold even after officials swarm the ring. The chaos would force the referee to throw the match out entirely.

This outcome would allow WWE to extend the rivalry while setting up a Triple-Threat Match for the Intercontinental Championship at a future premium live event. It would also help establish Rusev as a dominant monster on RAW once again.

Since returning to WWE, Rusev has looked more aggressive than ever. A destructive no-contest at Saturday Night’s Main Event could be exactly what Triple H needs to elevate the title scene even further.

#2. Ethan Page could cheat to win the Intercontinental Championship

Although Penta has been an impressive champion, WWE could decide to shock fans by putting the Intercontinental Title on Ethan Page only weeks after his main roster arrival.

Page’s character thrives on arrogance, manipulation, and shortcuts. Unlike Penta, who prefers fighting with honor, the former NXT star is the kind of superstar willing to bend the rules if it guarantees success.

A controversial title win would fit his persona perfectly. The finish could see the referee get knocked down late in the match after both men collide near the corner. With no official to see what happens next, Ethan Page would then take advantage of the situation by exposing the turnbuckle pad.

As Penta attempts a springboard attack, Page could shove him directly into the exposed steel before hitting Ego’s Edge. A second referee would then rush down to count the pin, and Ethan Page escapes with the championship.

The result would immediately generate massive heat for the former NXT star. That’s not all. It would also create a compelling redemption arc for Penta moving forward.

WWE has already shown confidence in Ethan Page by placing him directly into the Intercontinental Title picture shortly after WrestleMania 42. Giving him the championship this quickly would cement him as one of RAW’s rising stars heading into the summer.

#1. Penta could retain after a brutal match before a bigger star confronts him

The most likely outcome may still be Penta decisively retaining the Intercontinental Championship.

Since becoming champion, Penta has carried himself like a fighting champion willing to take on every challenger. RAW reinforced that idea when the champion issued an open challenge for the belt.

At Saturday Night’s Main Event, WWE could showcase both men in a hard-hitting showdown that allows Ethan Page to prove he belongs on the main roster while still protecting Penta’s momentum.

After surviving multiple near falls and countering Ego’s Edge attempts, Penta could finally put Page away cleanly with the Mexican Destroyer, followed by the Penta Driver.

However, the real story would begin after the match. As Penta celebrates his successful title defense, another superstar’s music suddenly hits. Rusev would be the obvious candidate. However, WWE could also introduce a returning star.

The confrontation would instantly tease Penta’s next major feud while keeping Ethan Page strong despite the loss.

Considering how much focus WWE has placed on the Intercontinental Championship since WrestleMania 42, it would not be surprising to see the company use Saturday Night’s Main Event as a launching point for an even bigger rivalry heading into the summer.

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/4-finishes-penta-vs-ethan-page-wwe-saturday-night-s-main-event-xliv?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