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

JD McDonagh is the name in question. For years, he has been loyal to Finn Balor. From their days in Ireland to McDonagh’s induction into The Judgment Day, they share a mentor-student bond. The two even planned on regaining the World Tag Team Championship before JD sustained an injury late last year.

We are officially in WrestleMania season, and the return of JD McDonagh might be on the horizon. With Elimination Chamber taking place next week, the timing seems perfect for McDonagh to make a comeback. There might not be a more impactful return than betraying his mentor, Finn Balor, and costing him a potential World Heavyweight Championship victory over CM Punk.

If this happens, one thing seems clear: the 35-year-old will be removed from The Judgment Day. Not just that, it might lead to his babyface turn and the start of his singles run. Meanwhile, it would enable The Prince to retain his momentum despite suffering a pinfall from Punk.

That said, it should be noted that while this angle might sound convincing, it is speculative at this point. Fans will have to wait until the WWE Elimination Chamber PLE to see if this will eventually come to fruition.


Finn Balor could go one-on-one against JD McDonagh at WrestleMania 42

If the abovementioned scenario eventually materializes, fans could see Finn Balor go one-on-one against his mentee, JD McDonagh, on The Grandest Stage of Them All.

Given that Balor is likely to seek revenge against McDonagh for potentially costing him a world championship win, the duo might blow the roof off on Monday Night RAW with their rivalry. This could open the door for a singles showdown at WrestleMania 42.

Interestingly, JD might gain a lot of support from fans during this feud that may help him get the spotlight his career has been missing. However, this is also 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/finn-balor-betrayed-protege-elimination-chamber-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