”
], { 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);
});
});
})();
“The beard🤯🤯,” wrote Finn Balor.
Ever since the faction turned on him, Finn has battled Dominik Mysterio at WrestleMania 42 in a Street Fight. He brought back his ‘Demon’ persona and shaved his beard, too. Then, thrice on RAW, he battled JD McDonagh and came out victorious twice, marking his wins in the trilogy.
What are Finn Balor and even The Judgment Day up to now?
The Judgment Day gets major screen time on every Monday Night RAW, continuing to widen the crack within the faction, as well as individual rivalries. As Women’s World Champion, Liv Morgan is doing her own thing, but she includes the rest of the faction, too. As her SummerSlam opponent for her title is set to be Iyo Sky, who was attacked by the stable.
The fact that Sky is facing Liv comes after defeating her in the Queen of the Ring finals at Night of Champions. However, Morgan, it is due to Danhausen’s curse, and JD McDonagh is taking charge to fix it. Potentially, at Saturday Night’s Main Event from Madison Square Garden, JD will face Danhausen.
Raquel Rodriguez has an Intercontinental Championship match scheduled against Sol Ruca. She became the No. 1 contender this week by defeating Maxxine Dupri on RAW. However, Finn Balor’s and even Dominik Mysterio’s future on SmackDown is unknown as of now. Only time will tell what is in store for the former Judgment Day member and the current AAA Mega Champion.
`;
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/news-finn-balor-reacts-recently-released-footage-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













