”
], { 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);
});
});
})();
Liv Morgan, Dominik Mysterio, and Raquel Rodriguez were happy, especially after Morgan destroyed Stephanie Vaquer on RAW and confirmed her WrestleMania opponent.
Soon, Finn Balor made his presence known in non-Judgment Day attire and told JD McDonagh to do things on his own. Balor asserted that if JD wants him to be the World Champion, he will let him do things on his own.
Soon, Dirty Dominik entered the picture and asked whether The Judgment Day would have his back in his upcoming match. McDonagh instantly affirmed that he would be there for Dom Dom, but Finn had a different opinion.
Balor recalled his previous losses and said he never blamed the Judgment Day for not helping him. He also advised the IC Champion to take responsibility and do things on his own.
With this, Finn Balor confirmed that he would not be there for Dom Dom, and those words didn’t sit well with Dominik, as his facial expression made clear. This development on WWE RAW not only teased Finn Balor’s face turn but also subtly confirmed The Judgment Day’s breakup.
What if Finn Balor lost at WWE Elimination Chamber 2026?
After all the developments on Monday Night RAW, if Finn Balor loses at Elimination Chamber, it appears he will face Dominik Mysterio at WWE WrestleMania 42.
The growing conflicts between Balor and Dominik could become the reason for their ‘Mania match, with the IC Title on the line. Rest, we have to wait until February 28 to see what will happen when CM Punk and Finn Balor collide in a World Heavyweight Championship match.
`;
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-huge-wwe-breakup-shocking-face-turn-teased-raw?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













