”
], { 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);
});
});
})();
During the latest edition of AAA on Fox, The Undertaker replicated Triple H’s long-standing backstage WWE tradition. On the show, Lola Vice and Mr.Iguana became the new AAA Mixed Tag Team Champions after defeating Ethan Page and La Hiedra, who replaced an injured Chelsea Green in the match.
After the bout, The Phenom took a backstage Triple H-esque picture with the new champions. AAA’s official X/Twitter handle recently posted the photo.
“The NEW AAA Mixed Tag Team Champions: Lola Vice and Mr. Iguana with Undertaker,” the promotion wrote. [Translated from Spanish to English via Google Translate]
Check out the post below:
The Undertaker is not a fan of WWE Unreal
During a recent edition of his Six Feet Under podcast with guest Cody Rhodes, The Undertaker said that he was not a fan of WWE: Unreal. He said that despite fans knowing what pro wrestling was all about, the company should still protect kayfabe.
The Phenom compared wrestlers to magicians, saying he wouldn’t want people to know how a magician did his tricks.
“Everything is wonderful, right from my aspect and my end of the business, I don’t like it. Everybody’s gonna, Oh, my God, it’s old school. That’s an old school guy trying to protect kayfabe. Look, I don’t care if it’s 2025, it’s 1990, or it’s 1984. Everybody understands what wrestling is; everybody knows. Ain’t no big veil been lifted. Except I don’t want to go to see a magician and know how he’s doing everything.”
Similar to The Undertaker, many superstars, including Seth Rollins, have said they are not a fan of Unreal. It will be interesting to see if the company continues to bring out new seasons of the show on Netflix.
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-breaking-the-undertaker-replicates-long-standing-triple-h-wwe-tradition-aaa?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


