], { 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 Master of 619 has been out of action with an injury since January. He was last seen competing in the 2026 Men’s Royal Rumble Match in Riyadh, Saudi Arabia. Rey has no love lost for his son after he betrayed the veteran in 2022. The WWE Hall of Famer could now cost Dominik the only gold he has left.

“Dirty” Dom is set to defend the AAA Mega Championship against El Hijo del Vikingo in a No DQ Match on March 14. The stipulation of the bout says that if Dominik loses, he will have to leave the Lucha Libre promotion, and if Vikingo loses, he will not be able to challenge for the title as long as the young Mysterio is champion.

While the 28-year-old may get past Vikingo this weekend, he may have to defend the title against Finn Balor later on. If that bout takes place, Rey Mysterio could return and cost Dominik Mysterio the AAA Mega Championship. That said, this scenario is only based on speculation, and nothing has been confirmed.


Dominik Mysterio could force Finn Balor to bring out The Demon

The rivalry between Dominik Mysterio and Finn Balor kicked off on a high note, with The Judgment Day brutally attacking the Irish star. The Prince will be outnumbered against his former stable heading into WrestleMania 42.

If the heel group pushes Balor too much, he may tap into his Demon character to gain an edge. If Dominik faces the inaugural Universal Champion at The Show of Shows, he may have to go up against The Demon instead of The Prince.

The iconic character has been dormant since WrestleMania 39, and could finally make its comeback now that Finn is a babyface. This would make the bout between Balor and Mysterio a must-see affair. That said, this is also speculation, and nothing has been confirmed.

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/returning-wwe-legend-make-sure-dominik-mysterio-loses-everything-finn-balor-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