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

On Dominik being upset at Rey Mysterio’s appointment as AAA General Manager, the Hall of Famer promised to act as an unbiased authority figure and treat Dom fairly in his new executive role. He also confirmed that The Judgment Day member will make his highly anticipated return to AAA television on the Saturday, 20 June 2026 episode emanating from Merida, Mexico.

Rey said he expects Dominik Mysterio to defend the championship before TripleMania. He then announced that the AAA Mega Championship will be on the line at TripleMania 34 Night Two.


Dominik Mysterio recalls emotional conversation with Rey Mysterio

Dominik opened up about a memorable conversation he had with his father, Rey Mysterio, before stepping into a WWE ring for the first time.

While speaking on the Burn Factory Show, Dominik opened up about his WWE journey and explained the role his father played in his career.

“I love wrestling, I grew up around it, it’s been around my whole life. I was at a point in my life where like school’s not really working out. When push came to shove, and I like had nowhere else to go. I told my dad, I was like can we see if this will work out? And he was like ‘I’ll tell you first day when you roll around and start doing stuff, I’ll let you know if you have what it takes. If not, you’re not gonna tarnish my name.’ Maybe 2 and a half months with him and then he was like ‘I can’t keep training you.’ So I’m f*cking nobody in this business.” He added, “I wanna make more of a name for myself in the wrestling industry. My dad’s done it all, seen it all, been everywhere. If I can do one step more than he’s done, that’s my goal you know.”

It remains to be seen when Dom defends his title and whom he will face at TripleMania 34.

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-rey-mysterio-makes-huge-announcement-son-dominik?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