”
], { 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);
});
});
})();
WWE has also given the 28-year-old the opportunity to wrestle John Cena during The Cenation Leader’s Farewell Tour. Recognizing his exceptional performance throughout the year, ESPN named Dominik Mysterio as the best professional wrestler under the age of 30 for the second year running.
Sportskeeda Wrestling would like to congratulate the self-proclaimed King of the Luchadors for topping the list featuring some very talented names.
Dominik Mysterio gives his tag team with fellow WWE RAW star a new name
Dominik Mysterio joined forces with El Grande Americano at AAA Alianzas to score an impressive win over Dragon Lee and El Hijo del Vikingo. However, after the match, Penta and Rey Fenix showed up to challenge Mysterio and Americano to a match at the Guerra de Titanes.
Mysterio accepted the challenge and called himself and El Grande Americano Los Gringos Locos 2.0, paying homage to Los Gringos Locos, a 90s tag team featuring the late great Eddie Guerrero and Art Barr.
“Together we are the best team in the world, the best Mexican team that has played here in Mexico City. And there is absolutely no one who is at our level. [Lucha Bros reunite and issue a challenge to Dom] (…) We accept it. And we’ll see you on December 20 in Guadalajara. But don’t forget, dogs, we are the ones who send the gringos parking. Los Gringos Locos 2.0,” he said.
Dominik Mysterio’s first target, however, will be to win back the WWE Intercontinental Championship. He will challenge John Cena for the title at Survivor Series: WarGames on November 29.
`;
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-congratulations-wwe-superstar-dominik-mysterio-b30e968a?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













