”
], { 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);
});
});
})();
Finn Balor recently took to X (fka Twitter) to share an old picture of himself wrestling Dominik Mysterio. He further mocked the 28-year-old by calling himself his ‘stepdad.’ However, the self-proclaimed King of Luchadors hit back at the veteran in his own peculiar manner of sharing a GIF while also referring to himself as Balor’s ‘daddy.’
“I’m you’re daddy @FinnBalor,” Mysterio wrote.
You can check out his tweet below:
Former WWE Superstar praised Dominik Mysterio
Dominik Mysterio is among the most popular stars on the WWE RAW roster. In the last couple of years, many veterans have praised The Judgment Day member for his work.
Speaking on TMZ’s Inside the Ring, former WWE Superstar Karl Anderson claimed that he predicted that Mysterio would be a future world champion only after working with him for a while. He further hailed the RAW star for his behavior outside the squared circle.
“Dude, Dominik is a… I said it even back then, when he first started. I wasn’t sure when he was a babyface and he was just getting moving. But then when we worked with him and The Judgment Day, we got on the road with him. We were doing live events with him. And it was like immediately then though, I can’t believe that now that’s four years ago. I said, ‘Dude, Dom’s a future World Champion and there’s no way he’s not gonna be.’ He’s too good. He’s too smart. He’s too respectful. He listens. He takes advice and actually does it. He doesn’t just take the advice and have it go one ear out. He actually listens and changes and does what he’s told and puts to practice what he hears. It’s amazing to watch Dom, what he’s turned into,” Anderson said.
Only time will tell what the future holds for Dominik Mysterio. As of now, his focus will be on trying to defeat Finn Balor on The Grandest Stage of Them All.
`;
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-responds-former-wwe-champion-s-insulting-remarks?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













