”
], { 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);
});
});
})();
Speaking on his Six Feet Under podcast, The Undertaker revealed that he was blown away by the number of phone calls and texts he has gotten.
“It’s crazy the amount of phone calls and texts that I get. People wanting to come down. Like, I’ve been blown away. It is never-ending. I’ll look at them and I’ll think, ‘Oh man, they’re ribbing me.’” said The Undertaker. [H/T: WrestlePurists]
The Undertaker wants to book a huge Mixed Tag Team Match for AAA
The Undertaker has informed Rey Mysterio that he wants to book him in a Mixed Tag Team Match in AAA, with Rey teaming up with his daughter, Aalyah, against the duo of Liv Morgan and Dominik Mysterio.
Speaking on his Six Feet Under podcast, the WWE Hall of Famer said:
“You and Aalyah versus Dom and Liv. Might wanna save that for AAA. Bring it home, brother. Bring it home. I can’t even imagine how cool that would be. I’m racking my brain. I may be missing it but, to be able to be in the ring with not only your son, but then your daughter, that is nuts, and that is very cool that that’s a possibility,”
Dominik Mysterio is the reigning AAA Mega Champion. He defeated Vikingo to win the title at Worlds Collide: Las Vegas. His next title defense is against El Grande Americano, who became the #1 contender for the title after winning his Mask vs. Mask Match against Chad Gable, who was the Original El Grande Americano.
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-it-never-ending-the-undertaker-reveals-honestly-feels-reception-aaa-gotten?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



