”
], { 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 and JD McDonagh tried to help out their Judgment Day comrade, but The GOAT was able to fend them off. Liv Morgan also made her return, though it initially looked like she betrayed her on-screen boyfriend. However, it was all a ruse, as Morgan hit a low blow on Cena to help Dominik become a two-time Intercontinental Champion.
Speaking on the Survivor Series Post-Show, Dominik Mysterio called himself the “Greatest of All Time” since he defeated John Cena. Morgan even backed him up with his biggest claim to date.
“John Cena has beaten absolutely everybody, am I correct? You name them, Cena’s beaten them. Now, I’ve beaten John Cena. By logic, I’ve also beaten everybody. Greatest of all time? You’re looking at him,” Mysterio said.
It will be interesting to see what’s next for Dominik Mysterio, who is also the reigning AAA Mega Champion. He’s set to team up with El Grande American at Guerra de Titanes on December 20 in Guadalajara, Mexico. They will face the reunited Penta and Rey Fenix, more famously known as the Lucha Bros.
Dominik Mysterio says he beat John Cena clean
In an interview with the Times of San Diego after Survivor Series: WarGames, Dominik Mysterio bragged about beating John Cena. Mysterio even went as far as saying that his win was “clean” despite needing the help of five other members of Judgment Day.
“I won it the only way ‘Dirty’ Dom knows how to win, as clean as possible. I beat John Cena fair and square. Never Seen 17 got beat by the two-time greatest Mysterio of all-time,” Dominik said.
At just 28 years old, Dominik has a long way to go before challenging Cena’s title for being The GOAT. Nevertheless, he’s one of the brightest young stars in WWE today.
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-dominik-mysterio-greatest-of-all-time-after-survivor-series-wargames-says-new-wwe-champion?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



