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

#4. & #3. Luke Gallows and Karl Anderson (The Good Brothers)

Finn Balor has a deep relationship with Luke Gallows and Karl Anderson. The duo is collectively known as The Good Brothers. Gallows, Anderson, and Balor were members of the Bullet Club in New Japan Pro-Wrestling (NJPW).

The former O.C. members were released from WWE in early 2025 and have been tearing it up on the independent circuit. That said, following the exit of Finn Balor from The Judgment Day, the global juggernaut could consider bringing The Good Brothers back to help their longtime ally, Finn Balor, in his feud against the heels.

#2. Chris Jericho

The current state of The Judgment Day seems like an ideal opportunity for WWE to bring back Chris Jericho. Reports initially suggested that the veteran’s AEW contract ended on December 31, 2025. The rumors about his return to the Stamford-based promotion have picked up steam on the Road to WrestleMania.

If Finn Balor wants to get into the head of Dominik Mysterio and his team, Jericho could help him accomplish the goal. Y2J’s experience and expertise in psychological warfare could be key in dismantling the heel faction.

#1. WWE could bring Samoa Joe back

The most logical name on this list is Samoa Joe. This is because he seemingly understands what it’s like to work alongside Finn Balor. For those who do not know, Balor and Joe teamed up and won the first-ever Dusty Rhodes Tag Team Classic in 2015.

Joe’s currently signed to AEW, but he hasn’t appeared on the company’s programming since January 2026. Given their history, the veteran is seemingly a nice pick to join The Prince in his feud with The Judgment Day.

In a shocking possibility, The Samoan Submission Machine could return to WWE to reunite with his former tag team partner, Finn Balor. If this happens, he could bring the raw strength and intensity needed to counter the heel faction’s threats.

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-superstars-wwe-bring-back-help-finn-balor-the-judgment-day?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