], { 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 recent episode of Lucha Libre AAA on FOX saw a contract signing between Dominik Mysterio and Vikingo. Dirty Dom, who holds the AAA Mega Championship, proposed a stipulation that would bar the AAA star from challenging for the Championship as long as he remains champion if he fails to win the Title at at Rey de Reyes.

During the segment, Vikingo aired a video of him beating up former wrestler Mini Vikingo in a hospital. This led to the Intercontinental champion congratulating Vikingo, saying he beat up a “kid that’s 12 years old.” Dom’s words drew a laugh from his father, Rey Mysterio, who was doing the translation commentary for the show.

FULL EPISODE: Lucha Libre AAA: Feb. 21, 2026

This shows that despite their in-ring feud, the Master of the 619 is proud of his son. His chuckle on commentary during Dominik’s segment reflects the bond he shares with his son.


Rey Mysterio got honest about Dominik Mysterio’s WWE trajectory

Recently, during an appearance on What Do You Wanna Talk About? With Cody Rhodes, Rey Mysterio talked about his son’s journey in WWE.

Rey said he always thought his son would surpass him and said he is the number one “bad guy” when it came to his on-screen work as a heel.

Dominik made his debut in 2020 and began teaming up with his father, and the duo also won the Tag Team Championship. However, it was Dirty Dom’s heel turn and his alignment with The Judgment Day in 2022 that transformed him.

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/news-dominik-mysterio-forces-rey-mysterio-character-break-familial-bond-2-wwe-icons-visibly-clear?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