”
], { 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);
});
});
})();
Rey Mysterio recently appeared on What Do You Wanna Talk About? With Cody Rhodes, where he broke character and opened up about his thoughts on the trajectory of his son’s career. He even went on to reveal that he always thought his son would surpass him down the road.
“I always deep down inside thought that he would be bigger and better than me in a different way. And I guess this is the way, which is also funny ’cause my wife said that if he ever wrestled, that she always saw him as a bad guy and here he is,” Mysterio said.
He explained how he wasn’t around Dominik growing up as much as his wife was, owing to his busy WWE schedule. He believes he’s now finally seeing the side of his son that his wife saw years ago.
“He’s the number one bad guy. Here is the bad guy that my wife obviously spent way more time with him than I did. So I was always on the road. So I guess she saw a side of him that I am now seeing, obviously I didn’t know,” Rey Mysterio added. [H/T: Ringside News]
Check out his comments in the video below:
It is interesting to see how Rey’s real views about Dominik are completely different from what the fans see when he interacts with the WWE RAW Superstar on television.
Rey Mysterio also revealed the meaning of Dominik Mysterio’s neck tattoo
Dominik Mysterio got himself a neck tattoo late last year that raised several eyebrows among the fans, to say the least. The tattoo depicted a luchador, which made fans curious to know more.
In the same episode of Cody Rhodes’ podcast, Rey Mysterio revealed that the tattoo depicted his uncle, who originally got him into professional wrestling.
“I love the fact that he’s [Dominik Mysterio] paying homage to my uncle. The person that I fell in love with the sport because of him, you know, I grew up watching him, grew up around him. My life has always been wrestling because of my uncle, and that was the very first mask that he designed and wore,” Mysterio said. [H/T Ringside News]
Now that the mystery is finally disclosed, fans have a deeper understanding of Dominik Mysterio’s real-life emotions outside the squared circle. This makes him an even bigger star, to say the least.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-breaks-character-reveal-honest-opinion-dominik-mysterio?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



