”
], { 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);
});
});
})();
Last week, Finn Balor stopped JD McDonagh from helping ‘Dirty’ Dom during his Intercontinental Championship defense against Penta. As a result, Dominik lost the title to the fan-favorite luchador. Following Balor’s exit from the group, a returning 24-year-old superstar might shockingly align with him in a major twist.
Roxanne Perez is the name in question. She is the youngest member of The Judgment Day. However, she is currently out of action due to injury. Considering that Balor played a crucial role in bringing Perez into the group, it makes sense for The Prodigy to join forces with The Prince upon her return to the ring.
If this happens, the duo could join forces with some other superstars to kick off a compelling rivalry with Dominik and his crew on the Road to WrestleMania. They could set the stage for a mouthwatering showdown at The Show of Shows. Perez could even go after Morgan since the company has subtly teased a feud between the two in the past.
While this angle might sound convincing, it is speculative as of this writing, and only time will tell what the future holds for Balor.
WWE could bring Finn Balor back to the world title picture following his feud with The Judgment Day
If the abovementioned scenario eventually materializes and Finn Balor potentially ends his feud with The Judgment Day at WrestleMania 42, the creative team might decide to bring The Prince back into the world title picture.
Despite getting two major World Heavyweight Championship opportunities, Balor was unable to dethrone CM Punk. Considering his stellar performances, the company might decide to give Balor another opportunity to get the job done.
The Prince could be booked to win the 2026 Men’s Money in the Bank Ladder Match. He could then decide to cash in the contract on a WWE World Title. That said, this angle is also speculative.
`;
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/returning-24-year-old-superstar-shockingly-align-finn-balor-major-twist-exploring-possible?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













